From bd0540e2dcfa1b44369f83527b504cc8d16abd00 Mon Sep 17 00:00:00 2001 From: Stephanie DiBenedetto Date: Fri, 14 Jun 2024 13:23:28 -0700 Subject: [PATCH] Switch to bazel-contrib/setup-bazel bazelbuild/setup-bazelisk is archived. We need to update for node20 support, so taking the opportunity to migrate (as directed) to bazel-contrib/setup-bazel. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}