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"