From 4e175752ea81a0d978dd7f89a8cb5c0170e91264 Mon Sep 17 00:00:00 2001 From: Alex Rodionov Date: Wed, 13 Mar 2024 06:54:43 -0700 Subject: [PATCH] [ci] Bump setup-bazel --- .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 3ea5793dc7ce9..7687cb5bfb168 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -95,7 +95,7 @@ jobs: distribution: 'temurin' - name: Setup Bazel with caching if: inputs.caching - uses: bazel-contrib/setup-bazel@0.8.0 + uses: bazel-contrib/setup-bazel@0.8.1 with: bazelisk-cache: true bazelrc: common --color=yes @@ -110,7 +110,7 @@ jobs: repository-cache: true - name: Setup Bazel without caching if: inputs.caching == false - uses: bazel-contrib/setup-bazel@0.8.0 + uses: bazel-contrib/setup-bazel@0.8.1 with: bazelrc: common --color=yes - name: Setup Fluxbox and Xvfb diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29553d8d7899a..e5c078ffc68d4 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.0 + uses: bazel-contrib/setup-bazel@0.8.1 with: bazelisk-cache: true external-cache: |