File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 run : conda install conda-build=${{ env.CONDA_BUILD_VERSION}}
109109
110110 - name : Cache conda packages
111- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
111+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
112112 env :
113113 CACHE_NUMBER : 1 # Increase to reset cache
114114 with :
@@ -199,7 +199,7 @@ jobs:
199199 TEST_CHANNELS : ' -c ${{ env.channel-path }} ${{ env.CHANNELS }}'
200200
201201 - name : Cache conda packages
202- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
202+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
203203 env :
204204 CACHE_NUMBER : 1 # Increase to reset cache
205205 with :
@@ -338,7 +338,7 @@ jobs:
338338 run : more lockfile
339339
340340 - name : Cache conda packages
341- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
341+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
342342 env :
343343 CACHE_NUMBER : 1 # Increase to reset cache
344344 with :
You can’t perform that action at this time.
0 commit comments