From ffdbda1dda8765c5667cf60b217d1dde19b2fe8a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 5 Jan 2026 09:53:41 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/continuous.yaml | 2 +- .github/workflows/presubmit.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous.yaml b/.github/workflows/continuous.yaml index ecd85229d..7e0c37b9f 100644 --- a/.github/workflows/continuous.yaml +++ b/.github/workflows/continuous.yaml @@ -80,7 +80,7 @@ jobs: - name: Cache Bazel files if: steps.generator-changes.outputs.changes == 'true' id: cache-bazel - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/bazel key: ${{ runner.os }}-googleapis-20250422-${{ secrets.CACHE_VERSION }} diff --git a/.github/workflows/presubmit.yaml b/.github/workflows/presubmit.yaml index eb422f5c2..dd758cbb4 100644 --- a/.github/workflows/presubmit.yaml +++ b/.github/workflows/presubmit.yaml @@ -68,7 +68,7 @@ jobs: - name: Cache Bazel files if: steps.generator-changes.outputs.changes == 'true' id: cache-bazel - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/bazel key: ${{ runner.os }}-googleapis-20250422-${{ secrets.CACHE_VERSION }}