-
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: Ifb798e7c320b092e2faed2cd4d03fc962b8c009e Reviewed-on: https://code-review.googlesource.com/c/re2/+/63010 Reviewed-by: Alex Chernyakhovsky <[email protected]> Reviewed-by: Paul Wankadia <[email protected]>
- Loading branch information
Showing
9 changed files
with
27 additions
and
27 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 |
---|---|---|
|
@@ -14,8 +14,8 @@ jobs: | |
env: | ||
BAZELISK_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: bazel-contrib/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
- uses: bazel-contrib/[email protected].2 | ||
with: | ||
bazelisk-version: '1.x' | ||
- run: .github/bazel.sh | ||
|
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: | |
matrix: | ||
build_shared_libs: [OFF, ON] | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
- name: Install CMake | ||
run: | | ||
apt update -y | ||
|
@@ -35,7 +35,7 @@ jobs: | |
matrix: | ||
build_shared_libs: [OFF, ON] | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
- name: Install Abseil, GoogleTest and Benchmark | ||
run: | | ||
brew update | ||
|
@@ -50,7 +50,7 @@ jobs: | |
matrix: | ||
build_shared_libs: [OFF, ON] | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
- 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].1 | ||
- uses: actions/[email protected].4 | ||
- name: Install Abseil, GoogleTest and Benchmark | ||
run: | | ||
brew update | ||
|
@@ -39,7 +39,7 @@ jobs: | |
CC: clang-${{ matrix.ver }} | ||
CXX: clang++-${{ matrix.ver }} | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
- name: Install Clang ${{ matrix.ver }} | ||
run: | | ||
# Avoid `Conflicts: python3-lldb-x.y` between packages. | ||
|
@@ -65,7 +65,7 @@ jobs: | |
CC: gcc-${{ matrix.ver }} | ||
CXX: g++-${{ matrix.ver }} | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
- name: Install Abseil, GoogleTest and Benchmark | ||
run: | | ||
sudo apt update -y | ||
|
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].1 | ||
- uses: bazel-contrib/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
- uses: bazel-contrib/[email protected].2 | ||
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].1 | ||
- uses: actions/[email protected].4 | ||
- 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].1 | ||
- uses: actions/[email protected].4 | ||
- 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 |
---|---|---|
|
@@ -31,11 +31,11 @@ jobs: | |
# Bazel fails if the username is unknown. | ||
USER: runner | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
# 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].1 | ||
- uses: bazel-contrib/[email protected].2 | ||
with: | ||
bazelisk-version: '1.x' | ||
- name: Prepare Python ${{ matrix.ver }} environment | ||
|
@@ -58,7 +58,7 @@ jobs: | |
"${PYTHON}" re2_test.py | ||
shell: bash | ||
working-directory: python | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
with: | ||
name: ${{ hashFiles('python/google_re2-*.whl') }} | ||
path: python/google_re2-*.whl | ||
|
@@ -87,11 +87,11 @@ jobs: | |
# Otherwise, Python refuses to install the built wheel! | ||
SYSTEM_VERSION_COMPAT: 0 | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
# 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].1 | ||
- uses: bazel-contrib/[email protected].2 | ||
with: | ||
bazelisk-version: '1.x' | ||
- uses: actions/[email protected] | ||
|
@@ -118,7 +118,7 @@ jobs: | |
python re2_test.py | ||
shell: bash | ||
working-directory: python | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
with: | ||
name: ${{ hashFiles('python/google_re2-*.whl') }} | ||
path: python/google_re2-*.whl | ||
|
@@ -138,11 +138,11 @@ jobs: | |
BAZEL_CPU: ${{ matrix.arch.bazel-name }}_windows | ||
PLAT_NAME: ${{ matrix.arch.python-name }} | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
# 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].1 | ||
- uses: bazel-contrib/[email protected].2 | ||
with: | ||
bazelisk-version: '1.x' | ||
# Lowercase the architecture name for `actions/setup-python`. | ||
|
@@ -174,7 +174,7 @@ jobs: | |
python re2_test.py | ||
shell: bash | ||
working-directory: python | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
with: | ||
name: ${{ hashFiles('python/google_re2-*.whl') }} | ||
path: python/google_re2-*.whl | ||
|
@@ -190,7 +190,7 @@ jobs: | |
id-token: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
# Stash the timestamp for the commit SHA that triggered the workflow. | ||
- run: echo "timestamp=$(git log -1 --pretty=%ct)" >> "${GITHUB_ENV}" | ||
shell: bash | ||
|
@@ -210,7 +210,7 @@ jobs: | |
python -m build --sdist | ||
shell: bash | ||
working-directory: python | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].7 | ||
with: | ||
path: python | ||
- name: Set build number to ${{ inputs.build }} | ||
|
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].1 | ||
- uses: actions/[email protected].4 | ||
- 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
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