Skip to content

Commit ff9db5a

Browse files
Merge 20b55b1 into 75eadc7
2 parents 75eadc7 + 20b55b1 commit ff9db5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
run: mamba install conda-build=${{ env.CONDA_BUILD_VERSION}}
130130

131131
- name: Cache conda packages
132-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
132+
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
133133
env:
134134
CACHE_NUMBER: 1 # Increase to reset cache
135135
with:
@@ -229,7 +229,7 @@ jobs:
229229
TEST_CHANNELS: '-c ${{ env.channel-path }} ${{ env.CHANNELS }}'
230230

231231
- name: Cache conda packages
232-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
232+
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
233233
env:
234234
CACHE_NUMBER: 1 # Increase to reset cache
235235
with:
@@ -373,7 +373,7 @@ jobs:
373373
run: more lockfile
374374

375375
- name: Cache conda packages
376-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
376+
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
377377
env:
378378
CACHE_NUMBER: 1 # Increase to reset cache
379379
with:

0 commit comments

Comments
 (0)