Skip to content

Commit 7e655b7

Browse files
authored
chore(deps): update bazel-contrib/setup-bazel action to v0.18.0 (#32342)
1 parent 322e3f9 commit 7e655b7

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
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
ruby-version: "3.3"
3939
- name: Install Bazel
40-
uses: bazel-contrib/setup-bazel@0.16.0
40+
uses: bazel-contrib/setup-bazel@0.18.0
4141
- name: Install tools
4242
run: |
4343
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.16.0
27+
uses: bazel-contrib/setup-bazel@0.18.0
2828
- name: Install tools
2929
run: |
3030
gem install --no-document toys

0 commit comments

Comments
 (0)