From 5bfad0f1ab1c580bad2d258b759587e8e3d6e84f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:04:37 +0000 Subject: [PATCH] Update bazel-contrib/setup-bazel action to v0.19.0 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 876ae7b..334c9d1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: bazel-contrib/setup-bazel@0.18.0 + - uses: bazel-contrib/setup-bazel@0.19.0 with: bazelisk-cache: true disk-cache: ${{ github.workflow }}-${{ matrix.os }}