Skip to content

Commit

Permalink
CI: upgrade actions/cache from v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Jan 29, 2025
1 parent b8c7273 commit 8e7ab6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Cache conda
uses: actions/cache@v2
uses: actions/cache@v4
env:
# Increase this value to reset cache if dev-environment.yml has not changed
CACHE_NUMBER: 0
Expand Down

0 comments on commit 8e7ab6f

Please sign in to comment.