Skip to content

Commit

Permalink
Update to bazelbuild/setup-bazelisk@v3.
Browse files Browse the repository at this point in the history
Change-Id: I3dd32091e4afd078f2182257e75876cc5ab3ffa1
Reviewed-on: https://code-review.googlesource.com/c/re2/+/62630
Reviewed-by: Paul Wankadia <[email protected]>
Reviewed-by: Alex Chernyakhovsky <[email protected]>
  • Loading branch information
junyer committed Feb 2, 2024
1 parent 283636f commit 7cd06cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
BAZELISK_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
# TODO(junyer): Use `v2` whenever a new release is tagged.
- uses: bazelbuild/setup-bazelisk@6244971d4f7ba9aca943c2f3ede2bbd813fcca51
- uses: bazelbuild/setup-bazelisk@v3
- run: .github/bazel.sh
shell: bash
3 changes: 1 addition & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
USER: runner
steps:
- uses: actions/checkout@v4
# TODO(junyer): Use `v2` whenever a new release is tagged.
- uses: bazelbuild/setup-bazelisk@6244971d4f7ba9aca943c2f3ede2bbd813fcca51
- uses: bazelbuild/setup-bazelisk@v3
- run: app/build.sh
shell: bash
- uses: actions/upload-pages-artifact@v3
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +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
# TODO(junyer): Use `v2` whenever a new release is tagged.
- uses: bazelbuild/setup-bazelisk@6244971d4f7ba9aca943c2f3ede2bbd813fcca51
- uses: bazelbuild/setup-bazelisk@v3
- name: Prepare Python ${{ matrix.ver }} environment
run: |
"${PYTHON}" -m pip install --upgrade pip
Expand Down Expand Up @@ -87,8 +86,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
# TODO(junyer): Use `v2` whenever a new release is tagged.
- uses: bazelbuild/setup-bazelisk@6244971d4f7ba9aca943c2f3ede2bbd813fcca51
- uses: bazelbuild/setup-bazelisk@v3
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.ver }}
Expand Down

0 comments on commit 7cd06cd

Please sign in to comment.