diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5303c15..c9026db 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -20,7 +20,7 @@ jobs: steps: # Caches and restores the bazelisk download directory, the bazel build directory. - name: Cache bazel - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | ~/.cache/bazelisk @@ -40,7 +40,7 @@ jobs: steps: # Caches and restores the bazelisk download directory, the bazel build directory. - name: Cache bazel - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | ~/.cache/bazelisk