From b4c6fe091b74b65f706ff9c9ff369b396c2a3177 Mon Sep 17 00:00:00 2001 From: Paul Wankadia Date: Tue, 13 Feb 2024 17:17:22 +0000 Subject: [PATCH] Bump version of `p0deje/setup-bazel` to address warnings. Change-Id: I06faef205ed686ed82974454fe8dffcf6b10ef91 Reviewed-on: https://code-review.googlesource.com/c/re2/+/62671 Reviewed-by: Alex Chernyakhovsky Reviewed-by: Paul Wankadia --- .github/workflows/ci-bazel.yml | 2 +- .github/workflows/pages.yml | 2 +- .github/workflows/python.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-bazel.yml b/.github/workflows/ci-bazel.yml index 6c4423377..a12a7c580 100644 --- a/.github/workflows/ci-bazel.yml +++ b/.github/workflows/ci-bazel.yml @@ -15,7 +15,7 @@ jobs: BAZELISK_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v4 - - uses: p0deje/setup-bazel@0.5.0 + - uses: p0deje/setup-bazel@0.6.0 with: bazelisk-version: '1.x' - run: .github/bazel.sh diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 52ba22940..0f0a57a15 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -18,7 +18,7 @@ jobs: USER: runner steps: - uses: actions/checkout@v4 - - uses: p0deje/setup-bazel@0.5.0 + - uses: p0deje/setup-bazel@0.6.0 with: bazelisk-version: '1.x' - run: app/build.sh diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index afa318559..892922e48 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -35,7 +35,7 @@ jobs: # Stash the timestamp for the commit SHA that triggered the workflow. - run: echo "timestamp=$(git log -1 --pretty=%ct)" >> "${GITHUB_ENV}" shell: bash - - uses: p0deje/setup-bazel@0.5.0 + - uses: p0deje/setup-bazel@0.6.0 with: bazelisk-version: '1.x' - name: Prepare Python ${{ matrix.ver }} environment @@ -88,7 +88,7 @@ jobs: # Stash the timestamp for the commit SHA that triggered the workflow. - run: echo "timestamp=$(git log -1 --pretty=%ct)" >> "${GITHUB_ENV}" shell: bash - - uses: p0deje/setup-bazel@0.5.0 + - uses: p0deje/setup-bazel@0.6.0 with: bazelisk-version: '1.x' - uses: actions/setup-python@v5 @@ -139,7 +139,7 @@ jobs: # Stash the timestamp for the commit SHA that triggered the workflow. - run: echo "timestamp=$(git log -1 --pretty=%ct)" >> "${GITHUB_ENV}" shell: bash - - uses: p0deje/setup-bazel@0.5.0 + - uses: p0deje/setup-bazel@0.6.0 with: bazelisk-version: '1.x' # Lowercase the architecture name for `actions/setup-python`.