Skip to content

Commit

Permalink
Bump versions of actions and dependencies.
Browse files Browse the repository at this point in the history
Change-Id: Ia4272f8c10eb5e4d1b93049e7516d2ccd0090100
Reviewed-on: https://code-review.googlesource.com/c/re2/+/63351
Reviewed-by: Alex Chernyakhovsky <[email protected]>
Reviewed-by: Paul Wankadia <[email protected]>
  • Loading branch information
junyer committed Jun 21, 2024
1 parent 85dd7ad commit f3c0709
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
env:
BAZELISK_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/[email protected].6
- uses: bazel-contrib/[email protected].4
- uses: actions/[email protected].7
- uses: bazel-contrib/[email protected].5
with:
bazelisk-version: '1.x'
- uses: actions/[email protected]
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/[email protected].6
- uses: actions/[email protected].7
- 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/[email protected].6
- uses: actions/[email protected].7
- 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/[email protected].6
- uses: actions/[email protected].7
- 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/[email protected].6
- uses: actions/[email protected].7
- 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/[email protected].6
- uses: actions/[email protected].7
- 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/[email protected].6
- uses: actions/[email protected].7
- 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/[email protected].6
- uses: bazel-contrib/[email protected].4
- uses: actions/[email protected].7
- uses: bazel-contrib/[email protected].5
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/[email protected].6
- uses: actions/[email protected].7
- uses: actions/[email protected]
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/[email protected].6
- uses: actions/[email protected].7
- uses: actions/[email protected]
with:
script: |
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
# Bazel fails if the username is unknown.
USER: runner
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].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: bazel-contrib/[email protected].4
- uses: bazel-contrib/[email protected].5
with:
bazelisk-version: '1.x'
- name: Prepare Python ${{ matrix.ver }} environment
Expand Down Expand Up @@ -97,11 +97,11 @@ jobs:
# Otherwise, Python refuses to install the built wheel!
SYSTEM_VERSION_COMPAT: 0
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].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: bazel-contrib/[email protected].4
- uses: bazel-contrib/[email protected].5
with:
bazelisk-version: '1.x'
- uses: actions/[email protected]
Expand Down Expand Up @@ -153,11 +153,11 @@ jobs:
BAZEL_CPU: ${{ matrix.arch.bazel-name }}_windows
PLAT_NAME: ${{ matrix.arch.python-name }}
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].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: bazel-contrib/[email protected].4
- uses: bazel-contrib/[email protected].5
with:
bazelisk-version: '1.x'
# Lowercase the architecture name for `actions/setup-python`.
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
# 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 Expand Up @@ -246,6 +246,6 @@ jobs:
shell: bash
working-directory: python
- if: inputs.build >= 1
uses: pypa/gh-action-pypi-publish@v1.8.14
uses: pypa/gh-action-pypi-publish@v1.9.0
with:
packages-dir: python/dist
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/[email protected].6
- uses: actions/[email protected].7
- run: |
gh release create "${GITHUB_REF_NAME}" \
--generate-notes --latest --verify-tag \
Expand Down
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "abseil-cpp", version = "20240116.2")
bazel_dep(name = "rules_python", version = "0.32.2")
bazel_dep(name = "rules_python", version = "0.33.2")
bazel_dep(name = "pybind11_bazel", version = "2.12.0")

# This is a temporary hack for `x64_x86_windows`.
Expand All @@ -24,6 +24,6 @@ use_repo(cc_configure, "local_config_cc")

# These dependencies will be ignored when the `re2` module is not
# the root module (or when `--ignore_dev_dependency` is enabled).
bazel_dep(name = "google_benchmark", version = "1.8.3", dev_dependency = True)
bazel_dep(name = "google_benchmark", version = "1.8.4", dev_dependency = True)
bazel_dep(name = "googletest", version = "1.14.0.bcr.1", dev_dependency = True)
bazel_dep(name = "abseil-py", version = "2.1.0", dev_dependency = True)

0 comments on commit f3c0709

Please sign in to comment.