`p0deje/setup-bazel` has been transferred to `bazel-contrib`. While I'm here, update to the latest release. Change-Id: I785222dc8afb9b5fec838261c632f81bb24ab48c Reviewed-on: https://code-review.googlesource.com/c/re2/+/62831 Reviewed-by: Perry Lorier <perryl@google.com> Reviewed-by: Paul Wankadia <junyer@google.com>
diff --git a/.github/workflows/ci-bazel.yml b/.github/workflows/ci-bazel.yml index a12a7c5..eb46570 100644 --- a/.github/workflows/ci-bazel.yml +++ b/.github/workflows/ci-bazel.yml
@@ -15,7 +15,7 @@ BAZELISK_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v4 - - uses: p0deje/setup-bazel@0.6.0 + - uses: bazel-contrib/setup-bazel@0.8.0 with: bazelisk-version: '1.x' - run: .github/bazel.sh
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 0f0a57a..7736a26 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml
@@ -18,7 +18,7 @@ USER: runner steps: - uses: actions/checkout@v4 - - uses: p0deje/setup-bazel@0.6.0 + - uses: bazel-contrib/setup-bazel@0.8.0 with: bazelisk-version: '1.x' - run: app/build.sh
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 892922e..ba7841e 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml
@@ -35,7 +35,7 @@ # 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.6.0 + - uses: bazel-contrib/setup-bazel@0.8.0 with: bazelisk-version: '1.x' - name: Prepare Python ${{ matrix.ver }} environment @@ -88,7 +88,7 @@ # 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.6.0 + - uses: bazel-contrib/setup-bazel@0.8.0 with: bazelisk-version: '1.x' - uses: actions/setup-python@v5 @@ -139,7 +139,7 @@ # 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.6.0 + - uses: bazel-contrib/setup-bazel@0.8.0 with: bazelisk-version: '1.x' # Lowercase the architecture name for `actions/setup-python`.