From 2805ff9320c82a510f52accec828f486f1ad5c97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 17:27:51 +0000 Subject: [PATCH] chore(deps): update bazel-contrib/setup-bazel action to v0.18.0 --- .github/workflows/ci.yaml | 2 +- .github/workflows/verify-hooks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1069a60..5caa6d3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v6 - - uses: bazel-contrib/setup-bazel@0.16.0 + - uses: bazel-contrib/setup-bazel@0.18.0 with: bazelisk-cache: true disk-cache: ${{ github.workflow }} diff --git a/.github/workflows/verify-hooks.yml b/.github/workflows/verify-hooks.yml index 3cdbbf9..6155026 100644 --- a/.github/workflows/verify-hooks.yml +++ b/.github/workflows/verify-hooks.yml @@ -20,7 +20,7 @@ jobs: cache: pnpm - name: Install dependencies run: pnpm install --frozen-lockfile - - uses: bazel-contrib/setup-bazel@0.16.0 + - uses: bazel-contrib/setup-bazel@0.18.0 with: bazelisk-cache: true disk-cache: ${{ github.workflow }}