Skip to content

Commit 1c0015e

Browse files
authored
Update action cache
1 parent 5d0afcf commit 1c0015e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setupconda/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
steps:
77
- name: Cache Conda Packages
88
id: cache-packages
9-
uses: actions/cache@v3
9+
uses: actions/cache@v4
1010
env:
1111
# Increase this value to reset cache if conda/conda-lock.yml has not changed
1212
CACHE_NUMBER: 0
@@ -27,7 +27,7 @@ runs:
2727

2828
- name: Cache Entire Conda Environment
2929
id: cache-env
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
env:
3232
CACHE_NUMBER: 0
3333
with:

0 commit comments

Comments
 (0)