From e1c6b9dcc2f3ebf58ecd82f13914270dea98c968 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 15:47:13 +0000 Subject: [PATCH] chore(deps): update bazel-contrib/setup-bazel action to v0.8.5 --- .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 324e4b69..b26d6609 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -160,7 +160,7 @@ jobs: os: [ubuntu-latest] steps: - uses: actions/checkout@v4.1.6 - - uses: bazel-contrib/setup-bazel@0.8.4 + - uses: bazel-contrib/setup-bazel@0.8.5 with: # Avoid downloading Bazel every time. bazelisk-cache: true