From f5ed55577988cb6b0e1efd653c0fc2bbf0e46c7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 17:02:11 +0000 Subject: [PATCH] chore(ci): bump actions/cache from 4.3.0 to 5.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [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/0057852bfaa89a56745cba8c7296529d2fc39830...9255dc7a253b0ccc959486e2bca901246202afeb) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cli.yml | 2 +- .github/workflows/cross.yml | 2 +- .github/workflows/k8s_e2e.yml | 2 +- .github/workflows/test-make-command.yml | 2 +- .github/workflows/unit_mac.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 38b968f6dda31..1c08d63d29c4d 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Cache Cargo registry + index - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: | ~/.cargo/bin/ diff --git a/.github/workflows/cross.yml b/.github/workflows/cross.yml index 7468acf98fe36..66fb77322a8d5 100644 --- a/.github/workflows/cross.yml +++ b/.github/workflows/cross.yml @@ -44,7 +44,7 @@ jobs: if: ${{ github.event_name != 'pull_request_review' }} uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 name: Cache Cargo registry + index with: path: | diff --git a/.github/workflows/k8s_e2e.yml b/.github/workflows/k8s_e2e.yml index 891edc7c23315..dc8747e979f82 100644 --- a/.github/workflows/k8s_e2e.yml +++ b/.github/workflows/k8s_e2e.yml @@ -85,7 +85,7 @@ jobs: if: ${{ github.event_name != 'pull_request_review' }} uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: | ~/.cargo/registry diff --git a/.github/workflows/test-make-command.yml b/.github/workflows/test-make-command.yml index 1cfde8a2dfad5..f36a3ca7b9f26 100644 --- a/.github/workflows/test-make-command.yml +++ b/.github/workflows/test-make-command.yml @@ -41,7 +41,7 @@ jobs: if: ${{ github.event_name != 'pull_request_review' }} uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 name: Cache Cargo registry + index with: path: | diff --git a/.github/workflows/unit_mac.yml b/.github/workflows/unit_mac.yml index 7d162e2eb3506..ba96994b72110 100644 --- a/.github/workflows/unit_mac.yml +++ b/.github/workflows/unit_mac.yml @@ -32,7 +32,7 @@ jobs: if: ${{ github.event_name != 'pull_request_review' }} uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 name: Cache Cargo registry + index with: path: |