Skip to content

Commit 455e5df

Browse files
Bump actions/cache from 4.0.0 to 4.0.1 (#1736)
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@13aacd8...ab5e6d0) --- 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 ad67007 commit 455e5df

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

109109
- name: Cache conda packages
110-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
110+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
111111
env:
112112
CACHE_NUMBER: 1 # Increase to reset cache
113113
with:
@@ -198,7 +198,7 @@ jobs:
198198
TEST_CHANNELS: '-c ${{ env.channel-path }} ${{ env.CHANNELS }}'
199199

200200
- name: Cache conda packages
201-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
201+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
202202
env:
203203
CACHE_NUMBER: 1 # Increase to reset cache
204204
with:
@@ -323,7 +323,7 @@ jobs:
323323
run: more lockfile
324324

325325
- name: Cache conda packages
326-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
326+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
327327
env:
328328
CACHE_NUMBER: 1 # Increase to reset cache
329329
with:

0 commit comments

Comments
 (0)