Skip to content

Commit

Permalink
Update to actions/cache@v4 to account for deprecation of Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
schmoelder committed Apr 21, 2024
1 parent 03b2646 commit 2216f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
channels: conda-forge,

- name: Cache conda
uses: actions/cache@v3
uses: actions/cache@v4
env:
# Increase this value to reset cache if environment.yml has not changed
CACHE_NUMBER: 0
Expand Down

0 comments on commit 2216f2e

Please sign in to comment.