Skip to content

Commit af9e381

Browse files
Bump actions/cache from 4.1.0 to 4.1.1 (#2102)
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@2cdf405...3624ceb) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 808a6f2 commit af9e381

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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
132+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
232+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
376+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
377377
env:
378378
CACHE_NUMBER: 1 # Increase to reset cache
379379
with:

0 commit comments

Comments
 (0)