From ef66ae38e4c9c126b3b2ac19e6c69db40a47cb19 Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Mon, 20 May 2024 22:48:51 +0200 Subject: [PATCH] [ci] bazel-contrib/setup-bazel@0.8.4 --- .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 0255bf97e4f43..3b477c12bd45a 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -116,7 +116,7 @@ jobs: node-version: ${{ inputs.node-version }} - name: Setup Bazel with caching if: inputs.caching - uses: bazel-contrib/setup-bazel@0.8.3 + uses: bazel-contrib/setup-bazel@0.8.4 with: bazelisk-cache: true bazelrc: common --color=yes @@ -130,7 +130,7 @@ jobs: repository-cache: true - name: Setup Bazel without caching if: inputs.caching == false - uses: bazel-contrib/setup-bazel@0.8.3 + uses: bazel-contrib/setup-bazel@0.8.4 with: bazelrc: common --color=yes - name: Setup Fluxbox and Xvfb diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d7054a013e52..da9762b4d514d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: with: fetch-depth: 50 - name: Setup Bazel - uses: bazel-contrib/setup-bazel@0.8.3 + uses: bazel-contrib/setup-bazel@0.8.4 with: bazelisk-cache: true cache-version: 2