diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d61baa6..e3690a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: node-version: 20 cache: ${{ !env.ACT && 'npm' || '' }} # cache API not available in ACT - - uses: bazelbuild/setup-bazelisk@v3 + - uses: bazel-contrib/setup-bazel@0.8.5 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -92,7 +92,7 @@ jobs: with: name: js - - uses: bazelbuild/setup-bazelisk@v2 + - uses: bazel-contrib/setup-bazel@0.8.5 with: token: ${{ secrets.GITHUB_TOKEN }}