Skip to content

Commit

Permalink
Switch to bazel-contrib/setup-bazel
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dibenede committed Jun 17, 2024
1 parent 0556059 commit bd0540e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
with:
name: js

- uses: bazelbuild/setup-bazelisk@v2
- uses: bazel-contrib/setup-[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit bd0540e

Please sign in to comment.