Skip to content

Commit

Permalink
Bump some versions in MODULE.bazel.
Browse files Browse the repository at this point in the history
Change-Id: I32465e8e875a35a6e8b8fb29ad952b4a1b7293c2
Reviewed-on: https://code-review.googlesource.com/c/re2/+/63110
Reviewed-by: Alex Chernyakhovsky <achernya@google.com>
Reviewed-by: Paul Wankadia <junyer@google.com>
  • Loading branch information
junyer committed May 28, 2024
1 parent a771d3f commit 9d2c825
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
env:
BAZELISK_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4.1.4
- uses: bazel-contrib/setup-bazel@0.8.2
- uses: actions/checkout@v4.1.6
- uses: bazel-contrib/setup-bazel@0.8.4
with:
bazelisk-version: '1.x'
- run: .github/bazel.sh
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
build_shared_libs: [OFF, ON]
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.6
- name: Install Abseil, GoogleTest and Benchmark
run: |
vcpkg update
Expand All @@ -29,7 +29,7 @@ jobs:
matrix:
build_shared_libs: [OFF, ON]
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.6
- name: Install Abseil, GoogleTest and Benchmark
run: |
brew update
Expand All @@ -44,7 +44,7 @@ jobs:
matrix:
build_shared_libs: [OFF, ON]
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.6
- name: Install Abseil, GoogleTest and Benchmark
run: |
vcpkg update
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# (The other two flags are the default provided for CXXFLAGS in Makefile.)
CXXFLAGS: -O3 -g -std=c++${{ matrix.ver }}
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.6
- name: Install Abseil, GoogleTest and Benchmark
run: |
brew update
Expand All @@ -40,7 +40,7 @@ jobs:
CXX: clang++-${{ matrix.ver }}
PKG_CONFIG_PATH: /usr/local/share/vcpkg/installed/x64-linux/lib/pkgconfig
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.6
- name: Install Clang ${{ matrix.ver }}
run: |
# Avoid `Conflicts: python3-lldb-x.y` between packages.
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
CXX: g++-${{ matrix.ver }}
PKG_CONFIG_PATH: /usr/local/share/vcpkg/installed/x64-linux/lib/pkgconfig
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.6
- name: Install Abseil, GoogleTest and Benchmark
run: |
vcpkg update
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
# Bazel fails if the username is unknown.
USER: runner
steps:
- uses: actions/checkout@v4.1.4
- uses: bazel-contrib/setup-bazel@0.8.2
- uses: actions/checkout@v4.1.6
- uses: bazel-contrib/setup-bazel@0.8.4
with:
bazelisk-version: '1.x'
- run: app/build.sh
Expand All @@ -37,5 +37,5 @@ jobs:
environment: github-pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.6
- uses: actions/deploy-pages@v4.0.5
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.6
- uses: actions/github-script@v7.0.1
with:
script: |
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
# Bazel fails if the username is unknown.
USER: runner
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.6
# Stash the timestamp for the commit SHA that triggered the workflow.
- run: echo "timestamp=$(git log -1 --pretty=%ct)" >> "${GITHUB_ENV}"
shell: bash
- uses: bazel-contrib/setup-bazel@0.8.2
- uses: bazel-contrib/setup-bazel@0.8.4
with:
bazelisk-version: '1.x'
- name: Prepare Python ${{ matrix.ver }} environment
Expand Down Expand Up @@ -87,11 +87,11 @@ jobs:
# Otherwise, Python refuses to install the built wheel!
SYSTEM_VERSION_COMPAT: 0
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.6
# Stash the timestamp for the commit SHA that triggered the workflow.
- run: echo "timestamp=$(git log -1 --pretty=%ct)" >> "${GITHUB_ENV}"
shell: bash
- uses: bazel-contrib/setup-bazel@0.8.2
- uses: bazel-contrib/setup-bazel@0.8.4
with:
bazelisk-version: '1.x'
- uses: actions/setup-python@v5.1.0
Expand Down Expand Up @@ -138,11 +138,11 @@ jobs:
BAZEL_CPU: ${{ matrix.arch.bazel-name }}_windows
PLAT_NAME: ${{ matrix.arch.python-name }}
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.6
# Stash the timestamp for the commit SHA that triggered the workflow.
- run: echo "timestamp=$(git log -1 --pretty=%ct)" >> "${GITHUB_ENV}"
shell: bash
- uses: bazel-contrib/setup-bazel@0.8.2
- uses: bazel-contrib/setup-bazel@0.8.4
with:
bazelisk-version: '1.x'
# Lowercase the architecture name for `actions/setup-python`.
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.6
# Stash the timestamp for the commit SHA that triggered the workflow.
- run: echo "timestamp=$(git log -1 --pretty=%ct)" >> "${GITHUB_ENV}"
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.6
- run: |
gh release create "${GITHUB_REF_NAME}" \
--generate-notes --latest --verify-tag \
Expand Down

0 comments on commit 9d2c825

Please sign in to comment.