Skip to content

Commit 818289c

Browse files
committed
[build] Updating to bazelisk 1.10.1 in GitHub Actions
1 parent 9da90c6 commit 818289c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup-bazelisk/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: 'Setup bazelisk'
22
inputs:
33
version: # id of input
44
required: false
5-
default: 'v1.7.5'
5+
default: 'v1.10.1'
66
runs:
77
using: "composite"
88
steps:
99
- run: |
10-
curl -L -o bazelisk "https://github.com/bazelbuild/bazelisk/releases/download/v1.7.5/bazelisk-linux-amd64"
10+
curl -L -o bazelisk "https://github.com/bazelbuild/bazelisk/releases/download/v1.10.1/bazelisk-linux-amd64"
1111
chmod +x bazelisk && sudo mv bazelisk /usr/local/bin/bazel
1212
shell: bash

0 commit comments

Comments
 (0)