From 93d2bb2218cf5a8735813da30c5ba39a6a702632 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 2 Dec 2024 17:33:17 +0000 Subject: [PATCH] chore(deps): update bazel-contrib/setup-bazel action to v0.9.1 --- .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 d71088114..d586af1e2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -216,7 +216,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: bazel-contrib/setup-bazel@0.9.0 + - uses: bazel-contrib/setup-bazel@0.9.1 with: # Avoid downloading Bazel every time. bazelisk-cache: true