Skip to content

Commit bea0254

Browse files
authored
chore(ci): update bazel-contrib/setup-bazel to v0.15.0 (#1053)
Update bazel-contrib/setup-bazel action from v0.8.5 to v0.15.0 across all GitHub workflow files to use the latest version with improved performance and bug fixes.
1 parent c35ae3a commit bea0254

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/adev-preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
node-version-file: '.node-version'
3131
cache: pnpm
32-
- uses: bazel-contrib/setup-bazel@e403ad507104847c3539436f64a9e9eecc73eeec # 0.8.5
32+
- uses: bazel-contrib/setup-bazel@4fd964a13a440a8aeb0be47350db2fc640f19ca8 # 0.15.0
3333
with:
3434
bazelisk-cache: true
3535
disk-cache: true

.github/workflows/adev-production-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version-file: '.node-version'
2323
cache: pnpm
24-
- uses: bazel-contrib/setup-bazel@e403ad507104847c3539436f64a9e9eecc73eeec # 0.8.5
24+
- uses: bazel-contrib/setup-bazel@4fd964a13a440a8aeb0be47350db2fc640f19ca8 # 0.15.0
2525
with:
2626
bazelisk-cache: true
2727
disk-cache: true

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
node-version-file: '.node-version'
3535
cache: pnpm
36-
- uses: bazel-contrib/setup-bazel@0.15.0 # 0.15.0
36+
- uses: bazel-contrib/setup-bazel@4fd964a13a440a8aeb0be47350db2fc640f19ca8 # 0.15.0
3737
with:
3838
bazelisk-cache: true
3939
disk-cache: true

0 commit comments

Comments
 (0)