diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 103954f..3dc40ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: steps: # Caches and restores the bazelisk download directory, the bazel build directory. - name: Cache bazel - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: bazel-cache with: