Skip to content

Commit

Permalink
Update bazel-contrib/setup-bazel action to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and phst committed Jan 8, 2025
1 parent 8b7a1d6 commit 46bdf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/set-up/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
run: brew update && brew install texinfo
if: runner.os == 'macOS'
- name: Set up Bazel
uses: bazel-contrib/setup-bazel@0.12.0
uses: bazel-contrib/setup-bazel@0.12.1
with:
# The lockfile format differs between the Bazel versions, so only for
# one version --lockfile_mode=error can work. --lockfile_mode=update
Expand Down

0 comments on commit 46bdf2b

Please sign in to comment.