Skip to content

Commit befaee2

Browse files
build(deps): bump actions/cache from 4 to 5 (#7404)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 179ea16 commit befaee2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Restore build cache
7070
if: matrix.language == 'c-cpp'
7171
id: restore-cache
72-
uses: actions/cache/restore@v4
72+
uses: actions/cache/restore@v5
7373
with:
7474
path: ${{ github.workspace }}/.ccache
7575
key: ${{ matrix.id }}-${{ steps.get-arch.outputs.arch }}-${{ github.ref_name }}-${{ github.run_id }}
@@ -102,7 +102,7 @@ jobs:
102102
ccache -s
103103
- name: Save build cache
104104
if: matrix.language == 'c-cpp'
105-
uses: actions/cache/save@v4
105+
uses: actions/cache/save@v5
106106
with:
107107
path: ${{ github.workspace }}/.ccache
108108
key: ${{ steps.restore-cache.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)