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 @@ -129,7 +129,7 @@ jobs:
129
129
run : mamba install conda-build=${{ env.CONDA_BUILD_VERSION}}
130
130
131
131
- name : Cache conda packages
132
- uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
132
+ uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
133
133
env :
134
134
CACHE_NUMBER : 1 # Increase to reset cache
135
135
with :
@@ -229,7 +229,7 @@ jobs:
229
229
TEST_CHANNELS : ' -c ${{ env.channel-path }} ${{ env.CHANNELS }}'
230
230
231
231
- name : Cache conda packages
232
- uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
232
+ uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
233
233
env :
234
234
CACHE_NUMBER : 1 # Increase to reset cache
235
235
with :
@@ -373,7 +373,7 @@ jobs:
373
373
run : more lockfile
374
374
375
375
- name : Cache conda packages
376
- uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
376
+ uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
377
377
env :
378
378
CACHE_NUMBER : 1 # Increase to reset cache
379
379
with :
You can’t perform that action at this time.
0 commit comments