Skip to content

Commit 6547eb1

Browse files
chore(deps): update bazel-contrib/setup-bazel action to v0.18.0
1 parent 7c1bb33 commit 6547eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ${{ matrix.os }}
2525
steps:
2626
- uses: actions/checkout@v6
27-
- uses: bazel-contrib/setup-bazel@0.15.0
27+
- uses: bazel-contrib/setup-bazel@0.18.0
2828
- run: bazel test //...
2929
pre-commit:
3030
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)