Skip to content

Commit

Permalink
Merge pull request #63 from mrahnis/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4.0.0

Bump actions/cache from 3.3.2 to 4.0.0
  • Loading branch information
mrahnis committed Jan 19, 2024
2 parents ebd7ace + 1563f4a commit bcf1157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/condapackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup conda cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
env:
# Increase this value to reset cache if etc/example-environment.yml has not changed
CACHE_NUMBER: 0
Expand Down

0 comments on commit bcf1157

Please sign in to comment.