Skip to content

Commit 3736000

Browse files
chore(deps): update bazel-contrib/setup-bazel action to v0.18.0 (#29)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 923ba36 commit 3736000

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.16.0
24+
- uses: bazel-contrib/setup-bazel@0.18.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.16.0
23+
- uses: bazel-contrib/setup-bazel@0.18.0
2424
with:
2525
bazelisk-cache: true
2626
disk-cache: ${{ github.workflow }}

0 commit comments

Comments
 (0)