Skip to content

Commit d546d32

Browse files
build(deps): bump actions/cache from 4 to 5 in the github-actions group (#146)
Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 94198e9 commit d546d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
echo "WEEK=$(date +'%Y%U')" >> $GITHUB_ENV # data and cutouts
6666
67-
- uses: actions/cache@v4
67+
- uses: actions/cache@v5
6868
with:
6969
path: |
7070
data
@@ -78,7 +78,7 @@ jobs:
7878
channel-priority: strict
7979

8080
- name: Cache Conda env
81-
uses: actions/cache@v4
81+
uses: actions/cache@v5
8282
with:
8383
path: ${{ env.CONDA }}/envs
8484
key: conda-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles(format('{0}', env.env_file)) }}

0 commit comments

Comments
 (0)