Skip to content

Commit 5cc7bb0

Browse files
Bump actions/cache from 5.0.3 to 5.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@cdf6c1f...6682284) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 529a704 commit 5cc7bb0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
36+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
114+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
171+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
289+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
290290
env:
291291
CACHE_NUMBER: 0 # Increase to reset cache
292292
with:

0 commit comments

Comments
 (0)