We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67095a commit 109ee82Copy full SHA for 109ee82
.github/actions/setup-bazelisk/action.yml
@@ -2,11 +2,11 @@ name: 'Setup bazelisk'
2
inputs:
3
version: # id of input
4
required: false
5
- default: 'v1.7.4'
+ default: 'v1.7.5'
6
runs:
7
using: "composite"
8
steps:
9
- run: |
10
- curl -L -o bazelisk "https://github.com/bazelbuild/bazelisk/releases/download/v1.7.4/bazelisk-linux-amd64"
+ curl -L -o bazelisk "https://github.com/bazelbuild/bazelisk/releases/download/v1.7.5/bazelisk-linux-amd64"
11
chmod +x bazelisk && sudo mv bazelisk /usr/local/bin/bazel
12
shell: bash
0 commit comments