From 703590e302de9339404a75126adc12453eb59260 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 22:53:08 +0000 Subject: [PATCH] Update bazel-contrib/setup-bazel action to v0.12.1 --- .github/workflows/bazel.yml | 4 ++-- .github/workflows/ci.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index 96e845c5c118c..a0d2cc8708b41 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -122,7 +122,7 @@ jobs: node-version: ${{ inputs.node-version }} - name: Setup Bazel with caching if: inputs.caching - uses: bazel-contrib/setup-bazel@0.9.1 + uses: bazel-contrib/setup-bazel@0.12.1 with: bazelisk-cache: true bazelrc: common --color=yes @@ -136,7 +136,7 @@ jobs: repository-cache: true - name: Setup Bazel without caching if: inputs.caching == false - uses: bazel-contrib/setup-bazel@0.9.1 + uses: bazel-contrib/setup-bazel@0.12.1 with: bazelrc: common --color=yes - name: Setup Fluxbox and Xvfb diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e200aa574f880..d308230a53b58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 50 - name: Setup Bazel - uses: bazel-contrib/setup-bazel@0.9.1 + uses: bazel-contrib/setup-bazel@0.12.1 with: bazelisk-cache: true cache-version: 2