Skip to content

Commit

Permalink
[build] upgrade bazelisk to 1.7.5 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Apr 21, 2021
1 parent f67095a commit 109ee82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-bazelisk/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: 'Setup bazelisk'
inputs:
version: # id of input
required: false
default: 'v1.7.4'
default: 'v1.7.5'
runs:
using: "composite"
steps:
- run: |
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"
chmod +x bazelisk && sudo mv bazelisk /usr/local/bin/bazel
shell: bash

0 comments on commit 109ee82

Please sign in to comment.