Skip to content

Commit 1b914cf

Browse files
committed
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.
1 parent 893b51d commit 1b914cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: 20
2828
cache: ${{ !env.ACT && 'npm' || '' }} # cache API not available in ACT
2929

30-
- uses: bazelbuild/setup-bazelisk@v3
30+
- uses: bazel-contrib/setup-[email protected]
3131
with:
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333

@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
name: js
9494

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

0 commit comments

Comments
 (0)