From 5f99ea8489c5e8850c785676e1c7dec62f56ea8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 20:59:06 +0000 Subject: [PATCH] chore(deps): update bazel-contrib/setup-bazel action to v0.19.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 eac61ee..0cdc461 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.18.0 + - uses: bazel-contrib/setup-bazel@0.19.0 with: bazelisk-cache: true disk-cache: ${{ github.workflow }} diff --git a/.github/workflows/verify-hooks.yml b/.github/workflows/verify-hooks.yml index 89b1c63..df5cb2a 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.18.0 + - uses: bazel-contrib/setup-bazel@0.19.0 with: bazelisk-cache: true disk-cache: ${{ github.workflow }}