From f9cb84a69afef888759cc31d8e4d5cc96159133d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 16:04:35 +0000 Subject: [PATCH] chore(deps): update bazel-contrib/setup-bazel action to v0.12.1 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e3f13af..61db632 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,7 +41,7 @@ jobs: id: week run: echo "::set-output name=iso::$(date +'bazel-%YW%U')" - - uses: bazel-contrib/setup-bazel@0.12.0 + uses: bazel-contrib/setup-bazel@0.12.1 if: ${{ steps.release.outputs.release_created }} with: # Cache bazel downloads via bazelisk