Skip to content

Commit 3ad4151

Browse files
Bump actions/cache from 4.3.0 to 5.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...9255dc7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6fe0f07 commit 3ad4151

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/conda-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
3434
3535
- name: Cache conda packages
36-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
36+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3737
env:
3838
CACHE_NUMBER: 0 # Increase to reset cache
3939
with:
@@ -111,7 +111,7 @@ jobs:
111111
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
112112
113113
- name: Cache conda packages
114-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
114+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
115115
env:
116116
CACHE_NUMBER: 0 # Increase to reset cache
117117
with:
@@ -168,7 +168,7 @@ jobs:
168168
python-version: ${{ matrix.python }}
169169

170170
- name: Cache conda packages
171-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
171+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
172172
env:
173173
CACHE_NUMBER: 3 # Increase to reset cache
174174
with:
@@ -286,7 +286,7 @@ jobs:
286286
run: Get-Content -Path .\lockfile
287287

288288
- name: Cache conda packages
289-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
289+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
290290
env:
291291
CACHE_NUMBER: 0 # Increase to reset cache
292292
with:

0 commit comments

Comments
 (0)