File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
run : |
25
25
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
26
26
- name : Cache conda packages
27
- uses : actions/cache@v3
27
+ uses : actions/cache@v4
28
28
env :
29
29
CACHE_NUMBER : 0 # Increase to reset cache
30
30
with :
96
96
run : |
97
97
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
98
98
- name : Cache conda packages
99
- uses : actions/cache@v3
99
+ uses : actions/cache@v4
100
100
env :
101
101
CACHE_NUMBER : 0 # Increase to reset cache
102
102
with :
@@ -139,7 +139,7 @@ jobs:
139
139
python-version : ${{ matrix.python }}
140
140
141
141
- name : Cache conda packages
142
- uses : actions/cache@v3
142
+ uses : actions/cache@v4
143
143
env :
144
144
CACHE_NUMBER : 3 # Increase to reset cache
145
145
with :
@@ -218,7 +218,7 @@ jobs:
218
218
shell : pwsh
219
219
run : Get-Content -Path .\lockfile
220
220
- name : Cache conda packages
221
- uses : actions/cache@v3
221
+ uses : actions/cache@v4
222
222
env :
223
223
CACHE_NUMBER : 0 # Increase to reset cache
224
224
with :
You can’t perform that action at this time.
0 commit comments