diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f570585..e25def2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: steps: # Caches and restores the bazelisk download directory, the bazel build directory. - name: Cache bazel - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: bazel-cache with: