From 47f67af3ac5538e331de687b9014832ea695ec1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 08:14:30 +0000 Subject: [PATCH] Bump p0deje/setup-bazel from 0.2.0 to 0.8.1 Bumps [p0deje/setup-bazel](https://github.com/p0deje/setup-bazel) from 0.2.0 to 0.8.1. - [Release notes](https://github.com/p0deje/setup-bazel/releases) - [Commits](https://github.com/p0deje/setup-bazel/compare/0.2.0...0.8.1) --- updated-dependencies: - dependency-name: p0deje/setup-bazel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 9999a6d905124..d85d58c8ee4d9 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.2.0 + uses: p0deje/setup-bazel@0.8.1 with: bazelisk-cache: true disk-cache: ${{ inputs.cache-key }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a20e2719d5dc..199e91bcbb9fb 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.2.0 + uses: p0deje/setup-bazel@0.8.1 with: bazelisk-cache: true external-cache: | diff --git a/.github/workflows/should-workflow-run.yml b/.github/workflows/should-workflow-run.yml index ce540e5df5001..06054c5c56994 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.2.0 + uses: p0deje/setup-bazel@0.8.1 with: bazelisk-cache: true external-cache: |