From 14013f3696e9cf2b2e19c3e0b00789b6150b37e5 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 23 Apr 2024 18:50:16 +0200 Subject: [PATCH] chore(deps): update bazel-contrib/setup-bazel action to v0.8.3 (#1506) --- .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 c0095dd4a..a4f8c8506 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.1 + - uses: bazel-contrib/setup-bazel@0.8.3 with: # Avoid downloading Bazel every time. bazelisk-cache: true