From 3bdfb98ad85f42461e0c8db7812128c7c176ebd1 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 15 Oct 2024 17:04:04 +0000 Subject: [PATCH] chore(deps): update bazel-contrib/setup-bazel action to v0.9.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 230bdb174..d71088114 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.8.5 + - uses: bazel-contrib/setup-bazel@0.9.0 with: # Avoid downloading Bazel every time. bazelisk-cache: true