Skip to content

Commit 7005f7e

Browse files
Bump actions/cache from 4.0.1 to 4.0.2 (#1757)
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@ab5e6d0...0c45773) --- 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 7ca1aff commit 7005f7e

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
@@ -108,7 +108,7 @@ jobs:
108108
run: conda install conda-build=${{ env.CONDA_BUILD_VERSION}}
109109

110110
- name: Cache conda packages
111-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
111+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
112112
env:
113113
CACHE_NUMBER: 1 # Increase to reset cache
114114
with:
@@ -199,7 +199,7 @@ jobs:
199199
TEST_CHANNELS: '-c ${{ env.channel-path }} ${{ env.CHANNELS }}'
200200

201201
- name: Cache conda packages
202-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
202+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
203203
env:
204204
CACHE_NUMBER: 1 # Increase to reset cache
205205
with:
@@ -338,7 +338,7 @@ jobs:
338338
run: more lockfile
339339

340340
- name: Cache conda packages
341-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
341+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
342342
env:
343343
CACHE_NUMBER: 1 # Increase to reset cache
344344
with:

0 commit comments

Comments
 (0)