From a0d14378e1485abf6c1bbdcb619ddb12d40c1619 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 18 Mar 2026 16:57:51 +0000 Subject: [PATCH] chore(all): update actions/cache action to v5 --- .github/workflows/basic_go.yml | 2 +- .github/workflows/proto_breaking.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/basic_go.yml b/.github/workflows/basic_go.yml index e8767fd..322d8e3 100644 --- a/.github/workflows/basic_go.yml +++ b/.github/workflows/basic_go.yml @@ -228,7 +228,7 @@ jobs: - name: Cache for staticcheck if: ${{ !cancelled() && !inputs.skip-staticcheck }} - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | ${{ runner.temp }}/staticcheck diff --git a/.github/workflows/proto_breaking.yml b/.github/workflows/proto_breaking.yml index 1e4e003..6a10788 100644 --- a/.github/workflows/proto_breaking.yml +++ b/.github/workflows/proto_breaking.yml @@ -29,7 +29,7 @@ jobs: chmod +x "${BAZEL}" sudo mv "${BAZEL}" /usr/local/bin/bazel - name: Mount bazel cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: # See https://docs.bazel.build/versions/master/output_directories.html path: "~/.cache/bazel"