Skip to content

Commit d6aa944

Browse files
bump actions/cache from 4 to 5 (#594)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 81b10ac commit d6aa944

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Code_Coverage.yml

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

5252
# ── CPM cache ─────────────────────────────────────────────────────
5353
- name: Cache CPM packages
54-
uses: actions/cache@v4
54+
uses: actions/cache@v5
5555
with:
5656
path: ~/.cache/cpm
5757
key: cpm-ubuntu-coverage-${{ hashFiles('**/CMakeLists.txt') }}

.github/workflows/sanitizers.yml

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

155155
# ── CPM cache ─────────────────────────────────────────────────────
156156
- name: Cache CPM packages
157-
uses: actions/cache@v4
157+
uses: actions/cache@v5
158158
with:
159159
path: ~/.cache/cpm
160160
key: cpm-ubuntu-san-${{ hashFiles('**/CMakeLists.txt') }}

.github/workflows/static_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: seanmiddleditch/gha-setup-ninja@v5
4949

5050
- name: Cache CPM packages
51-
uses: actions/cache@v4
51+
uses: actions/cache@v5
5252
with:
5353
path: ~/.cache/cpm
5454
key: cpm-ubuntu-tidy-${{ hashFiles('**/CMakeLists.txt') }}

0 commit comments

Comments
 (0)