From bc936fb7c3607853bbc58fcd8f4d0aa7ccbc4a1c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 3 Dec 2024 16:10:11 +0100 Subject: [PATCH] fix(deps): update bazel-contrib/setup-bazel action to v0.9.1 (#1546) --- .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