File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
run : |
22
22
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
23
23
- name : Cache conda packages
24
- uses : actions/cache@v3
24
+ uses : actions/cache@v4
25
25
env :
26
26
CACHE_NUMBER : 0 # Increase to reset cache
27
27
with :
93
93
run : |
94
94
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
95
95
- name : Cache conda packages
96
- uses : actions/cache@v3
96
+ uses : actions/cache@v4
97
97
env :
98
98
CACHE_NUMBER : 0 # Increase to reset cache
99
99
with :
@@ -136,7 +136,7 @@ jobs:
136
136
python-version : ${{ matrix.python }}
137
137
138
138
- name : Cache conda packages
139
- uses : actions/cache@v3
139
+ uses : actions/cache@v4
140
140
env :
141
141
CACHE_NUMBER : 3 # Increase to reset cache
142
142
with :
@@ -215,7 +215,7 @@ jobs:
215
215
shell : pwsh
216
216
run : Get-Content -Path .\lockfile
217
217
- name : Cache conda packages
218
- uses : actions/cache@v3
218
+ uses : actions/cache@v4
219
219
env :
220
220
CACHE_NUMBER : 0 # Increase to reset cache
221
221
with :
You can’t perform that action at this time.
0 commit comments