Skip to content

Commit

Permalink
Bump version of p0deje/setup-bazel to address warnings.
Browse files Browse the repository at this point in the history
Change-Id: I06faef205ed686ed82974454fe8dffcf6b10ef91
Reviewed-on: https://code-review.googlesource.com/c/re2/+/62671
Reviewed-by: Alex Chernyakhovsky <[email protected]>
Reviewed-by: Paul Wankadia <[email protected]>
  • Loading branch information
junyer committed Feb 13, 2024
1 parent 731086c commit b4c6fe0
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.5.0
- uses: p0deje/setup-bazel@0.6.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.5.0
- uses: p0deje/setup-bazel@0.6.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.5.0
- uses: p0deje/setup-bazel@0.6.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.5.0
- uses: p0deje/setup-bazel@0.6.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.5.0
- uses: p0deje/setup-bazel@0.6.0
with:
bazelisk-version: '1.x'
# Lowercase the architecture name for `actions/setup-python`.
Expand Down

0 comments on commit b4c6fe0

Please sign in to comment.