Skip to content

Commit

Permalink
Bump bazel-contrib/setup-bazel from 0.9.0 to 0.9.1
Browse files Browse the repository at this point in the history
Bumps [bazel-contrib/setup-bazel](https://github.com/bazel-contrib/setup-bazel) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/bazel-contrib/setup-bazel/releases)
- [Commits](bazel-contrib/setup-bazel@0.9.0...0.9.1)

---
updated-dependencies:
- dependency-name: bazel-contrib/setup-bazel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent 33399f9 commit 3932203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: gradle/actions/[email protected]

- name: Setup Bazel
uses: bazel-contrib/[email protected].0
uses: bazel-contrib/[email protected].1
if: matrix.script == 'cftests-nonjunit'
with:
# Avoid downloading Bazel every time.
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
uses: gradle/actions/[email protected]

- name: Setup Bazel
uses: bazel-contrib/[email protected].0
uses: bazel-contrib/[email protected].1
if: matrix.script == 'cftests-nonjunit'
with:
# Avoid downloading Bazel every time.
Expand Down

0 comments on commit 3932203

Please sign in to comment.