2929 with :
3030 access_token : ${{ github.token }}
3131
32- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
32+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3333 with :
3434 fetch-depth : 0
3535
3838 echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
3939
4040 - name : Cache conda packages
41- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
41+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4242 env :
4343 CACHE_NUMBER : 0 # Increase to reset cache
4444 with :
9898 with :
9999 access_token : ${{ github.token }}
100100
101- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
101+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
102102 with :
103103 fetch-depth : 0
104104 - uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
@@ -110,7 +110,7 @@ jobs:
110110 python-version : ' 3.13' # no python 3.14 support by conda-build
111111
112112 - name : Cache conda packages
113- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
113+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
114114 env :
115115 CACHE_NUMBER : 3 # Increase to reset cache
116116 with :
@@ -193,7 +193,7 @@ jobs:
193193 echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
194194
195195 - name : Cache conda packages
196- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
196+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
197197 env :
198198 CACHE_NUMBER : 0 # Increase to reset cache
199199 with :
@@ -271,7 +271,7 @@ jobs:
271271 more lockfile
272272
273273 - name : Cache conda packages
274- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
274+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
275275 env :
276276 CACHE_NUMBER : 3 # Increase to reset cache
277277 with :
0 commit comments