From b6f393c5d70460bd842f187a75e9eb138e7aeb62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 22:29:24 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/actions/cached-ci-job/action.yaml | 2 +- .github/workflows/cd.yaml | 2 +- .github/workflows/test-cluster.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/cached-ci-job/action.yaml b/.github/actions/cached-ci-job/action.yaml index e290f9247..b1919d6b9 100644 --- a/.github/actions/cached-ci-job/action.yaml +++ b/.github/actions/cached-ci-job/action.yaml @@ -153,7 +153,7 @@ runs: - name: Lookup job result in actions/cache id: cache-lookup - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: ${{ steps.compute-hash.outputs.cache-path }} key: ${{ steps.compute-hash.outputs.cache-key }} diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index bd5dde18c..dcc281b27 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -127,7 +127,7 @@ jobs: - name: Save job result to cache if: success() && steps.cache.outputs.should-run == 'true' - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: ${{ steps.cache.outputs.cache-path }} key: ${{ steps.cache.outputs.cache-key }} diff --git a/.github/workflows/test-cluster.yaml b/.github/workflows/test-cluster.yaml index 4be76b090..2307cd63b 100644 --- a/.github/workflows/test-cluster.yaml +++ b/.github/workflows/test-cluster.yaml @@ -120,7 +120,7 @@ jobs: - name: Save job result to cache if: success() && steps.cache.outputs.should-run == 'true' && steps.cache.outputs.cache-source == 'none' - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: ${{ steps.cache.outputs.cache-path }} key: ${{ steps.cache.outputs.cache-key }}