From ead33a33b51600e37c4cf9f1fac59d30c1ef6f7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 02:53:25 +0000 Subject: [PATCH] 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](https://github.com/actions/cache/compare/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] --- .github/workflows/Code_Coverage.yml | 2 +- .github/workflows/sanitizers.yml | 2 +- .github/workflows/static_analysis.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Code_Coverage.yml b/.github/workflows/Code_Coverage.yml index 5a48a99a..a900a2e8 100644 --- a/.github/workflows/Code_Coverage.yml +++ b/.github/workflows/Code_Coverage.yml @@ -51,7 +51,7 @@ jobs: # ── CPM cache ───────────────────────────────────────────────────── - name: Cache CPM packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/cpm key: cpm-ubuntu-coverage-${{ hashFiles('**/CMakeLists.txt') }} diff --git a/.github/workflows/sanitizers.yml b/.github/workflows/sanitizers.yml index e208ca4d..98a6588a 100644 --- a/.github/workflows/sanitizers.yml +++ b/.github/workflows/sanitizers.yml @@ -154,7 +154,7 @@ jobs: # ── CPM cache ───────────────────────────────────────────────────── - name: Cache CPM packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/cpm key: cpm-ubuntu-san-${{ hashFiles('**/CMakeLists.txt') }} diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index 1cf564b4..b985ab77 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -48,7 +48,7 @@ jobs: uses: seanmiddleditch/gha-setup-ninja@v5 - name: Cache CPM packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/cpm key: cpm-ubuntu-tidy-${{ hashFiles('**/CMakeLists.txt') }}