From 3795d9332a4e72cb7a236c0373ab51957cbca3f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 22:04:16 +0000 Subject: [PATCH] Update bazel-contrib/setup-bazel action to v0.19.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e41c524..9ca81bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: USE_BAZEL_VERSION: ${{ matrix.version }} steps: - uses: actions/checkout@v6 - - uses: bazel-contrib/setup-bazel@0.16.0 + - uses: bazel-contrib/setup-bazel@0.19.0 with: repository-cache: true bazelrc: common --announce_rc --color=yes --enable_workspace