diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64097faf52..6e3b595624 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -111,7 +111,7 @@ jobs: steps: # Caches and restores the bazelisk download directory. - name: Cache bazelisk download - uses: actions/cache@v2 + uses: actions/cache@v4 env: cache-name: bazel-cache with: