From 9cbc402bf4c489ba169a7af22f025387aeba21fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 08:04:04 +0000 Subject: [PATCH] chore(deps): 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/qa.yml | 8 ++++---- .github/workflows/release.yml | 6 +++--- action.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 4b103c8..1cf833a 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -25,7 +25,7 @@ jobs: submodules: true - name: Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo @@ -92,7 +92,7 @@ jobs: submodules: true - name: Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo @@ -128,7 +128,7 @@ jobs: submodules: true - name: Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo @@ -156,7 +156,7 @@ jobs: submodules: true - name: Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a70a6fc..68d1e2b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: submodules: true - name: Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo @@ -87,7 +87,7 @@ jobs: submodules: true - name: Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo @@ -133,7 +133,7 @@ jobs: submodules: true - name: Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo diff --git a/action.yml b/action.yml index da34442..17ac29c 100644 --- a/action.yml +++ b/action.yml @@ -55,7 +55,7 @@ runs: echo "version=$version" >> "$GITHUB_OUTPUT" - name: Cache id: cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /usr/local/bin/action-validator key: action-validator_v${{ steps.resolve.outputs.version }}_${{ steps.os.outputs.os }}_${{ steps.arch.outputs.arch }}