Skip to content

Commit a939606

Browse files
authored
chore(deps): update bazel-contrib/setup-bazel action to v0.9.1 (#27541)
1 parent dee2b5d commit a939606

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/new-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
ruby-version: "3.3"
2323
- name: Install Bazel
24-
uses: bazel-contrib/setup-bazel@0.9.0
24+
uses: bazel-contrib/setup-bazel@0.9.1
2525
- name: Install tools
2626
run: |
2727
gem install --no-document toys

.github/workflows/owlbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
ruby-version: "3.3"
2626
- name: Install Bazel
27-
uses: bazel-contrib/setup-bazel@0.9.0
27+
uses: bazel-contrib/setup-bazel@0.9.1
2828
- name: Install tools
2929
run: |
3030
gem install --no-document toys

0 commit comments

Comments
 (0)