-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump versions of actions and dependencies.
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
Showing
8 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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. | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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] | ||
|
@@ -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`. | ||
|
@@ -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 | ||
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters