diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d944caa..c0e3bbd5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: steps: # Caches and restores the bazelisk download directory, the bazel build directory. - name: Cache bazel - uses: actions/cache@v4 + uses: actions/cache/restore@v4 env: cache-name: bazel-cache with: