Skip to content

Commit

Permalink
p0deje/setup-bazel has been transferred to bazel-contrib.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
junyer committed Mar 11, 2024
1 parent ddb3414 commit 108914d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0
- uses: bazel-contrib/setup-bazel@0.8.0
with:
bazelisk-version: '1.x'
- name: Prepare Python ${{ matrix.ver }} environment
Expand Down Expand Up @@ -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.6.0
- uses: bazel-contrib/setup-bazel@0.8.0
with:
bazelisk-version: '1.x'
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -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.6.0
- uses: bazel-contrib/setup-bazel@0.8.0
with:
bazelisk-version: '1.x'
# Lowercase the architecture name for `actions/setup-python`.
Expand Down

0 comments on commit 108914d

Please sign in to comment.