Skip to content

Commit

Permalink
chore(deps): bump bazelbuild/setup-bazelisk from 2.0.0 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [bazelbuild/setup-bazelisk](https://github.com/bazelbuild/setup-bazelisk) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/bazelbuild/setup-bazelisk/releases)
- [Commits](bazelbuild/setup-bazelisk@95c9bf4...b39c379)

---
updated-dependencies:
- dependency-name: bazelbuild/setup-bazelisk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bungle committed Apr 29, 2024
1 parent 7a1d8d2 commit a1dae57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
grep -v '^#' .requirements >> $GITHUB_ENV
- name: Setup Bazel
uses: bazelbuild/setup-bazelisk@95c9bf48d0c570bb3e28e57108f3450cd67c1a44 # v2.0.0
uses: bazelbuild/setup-bazelisk@b39c379c82683a5f25d34f0d062761f62693e0b2 # v3.0.0

- name: Install Deb Dependencies
if: matrix.package == 'deb' && steps.cache-deps.outputs.cache-hit != 'true'
Expand Down

0 comments on commit a1dae57

Please sign in to comment.