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 2121 run : |
2222 echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
2323 - name : Cache conda packages
24- uses : actions/cache@v3
24+ uses : actions/cache@v4
2525 env :
2626 CACHE_NUMBER : 0 # Increase to reset cache
2727 with :
9393 run : |
9494 echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
9595 - name : Cache conda packages
96- uses : actions/cache@v3
96+ uses : actions/cache@v4
9797 env :
9898 CACHE_NUMBER : 0 # Increase to reset cache
9999 with :
@@ -136,7 +136,7 @@ jobs:
136136 python-version : ${{ matrix.python }}
137137
138138 - name : Cache conda packages
139- uses : actions/cache@v3
139+ uses : actions/cache@v4
140140 env :
141141 CACHE_NUMBER : 3 # Increase to reset cache
142142 with :
@@ -215,7 +215,7 @@ jobs:
215215 shell : pwsh
216216 run : Get-Content -Path .\lockfile
217217 - name : Cache conda packages
218- uses : actions/cache@v3
218+ uses : actions/cache@v4
219219 env :
220220 CACHE_NUMBER : 0 # Increase to reset cache
221221 with :
You can’t perform that action at this time.
0 commit comments