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 2424 run : |
2525 echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
2626 - name : Cache conda packages
27- uses : actions/cache@v3
27+ uses : actions/cache@v4
2828 env :
2929 CACHE_NUMBER : 0 # Increase to reset cache
3030 with :
9696 run : |
9797 echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
9898 - name : Cache conda packages
99- uses : actions/cache@v3
99+ uses : actions/cache@v4
100100 env :
101101 CACHE_NUMBER : 0 # Increase to reset cache
102102 with :
@@ -139,7 +139,7 @@ jobs:
139139 python-version : ${{ matrix.python }}
140140
141141 - name : Cache conda packages
142- uses : actions/cache@v3
142+ uses : actions/cache@v4
143143 env :
144144 CACHE_NUMBER : 3 # Increase to reset cache
145145 with :
@@ -218,7 +218,7 @@ jobs:
218218 shell : pwsh
219219 run : Get-Content -Path .\lockfile
220220 - name : Cache conda packages
221- uses : actions/cache@v3
221+ uses : actions/cache@v4
222222 env :
223223 CACHE_NUMBER : 0 # Increase to reset cache
224224 with :
You can’t perform that action at this time.
0 commit comments