Skip to content

Commit a11ac09

Browse files
chore(deps): update bazel-contrib/setup-bazel action to v0.19.0
1 parent 812b99a commit a11ac09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- uses: actions/checkout@v6
24-
- uses: bazel-contrib/setup-bazel@0.18.0
24+
- uses: bazel-contrib/setup-bazel@0.19.0
2525
with:
2626
bazelisk-cache: true
2727
disk-cache: ${{ github.workflow }}

.github/workflows/verify-hooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache: pnpm
2121
- name: Install dependencies
2222
run: pnpm install --frozen-lockfile
23-
- uses: bazel-contrib/setup-bazel@0.18.0
23+
- uses: bazel-contrib/setup-bazel@0.19.0
2424
with:
2525
bazelisk-cache: true
2626
disk-cache: ${{ github.workflow }}

0 commit comments

Comments
 (0)