Skip to content

Commit e3aabad

Browse files
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 18b6ec5 commit e3aabad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4
32+
uses: actions/cache@v5
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@v4
36+
uses: actions/cache@v5
3737
with:
3838
path: ~/.cache/ccache
3939
key: ccache-${{ github.workflow }}-${{ github.job }}-git-${{ github.sha }}

0 commit comments

Comments
 (0)