Skip to content

Commit f1f6894

Browse files
ZIR-348: Bump bazelisk version (#199)
* add bazel installation files cleanup for macOS runs * bump bazel to current stable version * remove installation file cleanup step / version bump might fix issues
1 parent a4d15c6 commit f1f6894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/actions/bazelisk/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545

4646
- env:
4747
BAZELISK_URL: https://github.com/bazelbuild/bazelisk/releases/download
48-
BAZELISK_VERSION: v1.16.0
48+
BAZELISK_VERSION: v1.25.0
4949
run: |
5050
if ! command -v bazelisk &>/dev/null; then
5151
BAZELISK_FILE=bazelisk-$BAZELISK_OS-$BAZELISK_ARCH

0 commit comments

Comments
 (0)