From bfd4017c89bee23f4a371aadf214afe505dda5f8 Mon Sep 17 00:00:00 2001 From: Alex Rodionov Date: Sun, 26 Nov 2023 17:13:27 -0800 Subject: [PATCH] [ci] Yet another update to setup-bazel action --- .github/workflows/bazel.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/should-workflow-run.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index 6eb9a2d6055c1..2df2ef834a74d 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -81,7 +81,7 @@ jobs: java-version: ${{ inputs.java-version }} distribution: 'temurin' - name: Setup Bazel - uses: p0deje/setup-bazel@0.3.1 + uses: p0deje/setup-bazel@0.3.2 with: bazelisk-cache: true disk-cache: ${{ inputs.cache-key }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd149cf5b05f4..137f1a7ebe256 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 50 - name: Setup Bazel - uses: p0deje/setup-bazel@0.3.1 + uses: p0deje/setup-bazel@0.3.2 with: bazelisk-cache: true external-cache: | diff --git a/.github/workflows/should-workflow-run.yml b/.github/workflows/should-workflow-run.yml index fed39d86d9e33..f95fd0282d8f4 100644 --- a/.github/workflows/should-workflow-run.yml +++ b/.github/workflows/should-workflow-run.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 50 - name: Setup Bazel - uses: p0deje/setup-bazel@0.3.1 + uses: p0deje/setup-bazel@0.3.2 with: bazelisk-cache: true external-cache: |