Skip to content

Commit

Permalink
Merge pull request #42 from ldeo-glaciology/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
jkingslake authored Jul 24, 2024
2 parents 11f6c12 + 231575c commit 67ddf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache conda
uses: actions/cache@v3
uses: actions/cache@v4
env:
# Increase this value to reset cache if ci/environment.yml has not changed
CACHE_NUMBER: 0
Expand Down

0 comments on commit 67ddf97

Please sign in to comment.