Skip to content

Commit d5212b7

Browse files
Bump actions/cache from 5 to 6 (#2025)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 87c1833 commit d5212b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/castro-development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
.github/workflows/dependencies/dependencies.sh
3030
.github/workflows/dependencies/dependencies_ccache.sh
3131
- name: Set Up Cache
32-
uses: actions/cache@v5
32+
uses: actions/cache@v6
3333
with:
3434
path: ~/.cache/ccache
3535
key: ccache-${{ github.workflow }}-${{ github.job }}-git-${{ github.sha }}

.github/workflows/castro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
.github/workflows/dependencies/dependencies.sh
3434
.github/workflows/dependencies/dependencies_ccache.sh
3535
- name: Set Up Cache
36-
uses: actions/cache@v5
36+
uses: actions/cache@v6
3737
with:
3838
path: ~/.cache/ccache
3939
key: ccache-${{ github.workflow }}-${{ github.job }}-git-${{ github.sha }}

0 commit comments

Comments
 (0)