Skip to content

Commit cd314f9

Browse files
ci: bump actions/cache from 3 to 4 (#75)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb221fa commit cd314f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conda-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Cache conda
4545
id: cache
46-
uses: actions/cache@v3
46+
uses: actions/cache@v4
4747
env:
4848
# Increase this value to reset cache if environment.devenv.yml has not changed
4949
CACHE_NUMBER: 1

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434

3535
- name: Cache conda
36-
uses: actions/cache@v3
36+
uses: actions/cache@v4
3737
with:
3838
path: ~/conda_pkgs_dir
3939
key: ${{matrix.os}}-conda-pkgs-${{hashFiles('**/conda/meta.yaml')}}

0 commit comments

Comments
 (0)