Skip to content

Commit

Permalink
Update bazelisk to 1.20.0 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyawk authored Sep 5, 2024
1 parent 220d4d7 commit 3eb4ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
exit 1
fi
curl -OL "https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/${bazelisk_basename}" && \
curl -OL "https://github.com/bazelbuild/bazelisk/releases/download/v1.20.0/${bazelisk_basename}" && \
mv "${bazelisk_basename}" "${bazelisk_dir}/bazelisk"
chmod +x "${bazelisk_dir}/bazelisk"
echo "${bazelisk_dir}" >> "${GITHUB_PATH}"

0 comments on commit 3eb4ef0

Please sign in to comment.