Skip to content

Commit a671da0

Browse files
Bump actions/cache from 4.1.1 to 4.1.2
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]>
1 parent 29239b6 commit a671da0

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:
@@ -231,7 +231,7 @@ jobs:
231231
TEST_CHANNELS: '-c ${{ env.channel-path }} ${{ env.CHANNELS }}'
232232

233233
- name: Cache conda packages
234-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
234+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
235235
env:
236236
CACHE_NUMBER: 1 # Increase to reset cache
237237
with:
@@ -375,7 +375,7 @@ jobs:
375375
run: more lockfile
376376

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

0 commit comments

Comments
 (0)