Skip to content

Commit 45d9bcc

Browse files
Bump actions/cache from 4.1.1 to 4.1.2 (#2127)
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@3624ceb...6849a64) --- 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> Co-authored-by: Anton <[email protected]>
1 parent 0170ef6 commit 45d9bcc

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
@@ -131,7 +131,7 @@ jobs:
131131
run: mamba install conda-build=${{ env.CONDA_BUILD_VERSION}}
132132

133133
- name: Cache conda packages
134-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
134+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
135135
env:
136136
CACHE_NUMBER: 1 # Increase to reset cache
137137
with:
@@ -233,7 +233,7 @@ jobs:
233233
TEST_CHANNELS: '-c ${{ env.channel-path }} ${{ env.CHANNELS }}'
234234

235235
- name: Cache conda packages
236-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
236+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
237237
env:
238238
CACHE_NUMBER: 1 # Increase to reset cache
239239
with:
@@ -377,7 +377,7 @@ jobs:
377377
run: more lockfile
378378

379379
- name: Cache conda packages
380-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
380+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
381381
env:
382382
CACHE_NUMBER: 1 # Increase to reset cache
383383
with:

0 commit comments

Comments
 (0)