-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[6.13.z] Sync project dependencies (#13853)
* Bump actions/setup-python from 4 to 5 (#13302) (cherry picked from commit 6ad7e15) * Bump lewagon/wait-on-check-action from 1.3.1 to 1.3.3 (#13548) (cherry picked from commit d0c8193) * Bump pytest from 7.4.3 to 7.4.4 (#13578) (cherry picked from commit 55b6ce3) * Bump kentaro-m/auto-assign-action from 1.2.5 to 1.2.6 (#13698) Bumps [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/kentaro-m/auto-assign-action/releases) - [Commits](kentaro-m/auto-assign-action@v1.2.5...v1.2.6) --- updated-dependencies: - dependency-name: kentaro-m/auto-assign-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 8e29889) * Bump pascalgn/automerge-action from 0.16.0 to 0.16.2 (#13724) (cherry picked from commit a547eec) --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
c353593
commit 8501055
Showing
6 changed files
with
8 additions
and
8 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,6 +15,6 @@ jobs: | |
if: "!contains(github.event.pull_request.labels.*.name, 'Auto_Cherry_Picked')" | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: kentaro-m/[email protected].4 | ||
- uses: kentaro-m/[email protected].6 | ||
with: | ||
configuration-path: ".github/auto_assign.yml" |
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 |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
- name: Wait for other status checks to Pass | ||
id: waitforstatuschecks | ||
uses: lewagon/[email protected].1 | ||
uses: lewagon/[email protected].3 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
repo-token: ${{ secrets.CHERRYPICK_PAT }} | ||
|
@@ -67,7 +67,7 @@ jobs: | |
- id: automerge | ||
name: Auto merge of cherry-picked PRs. | ||
uses: "pascalgn/automerge-action@v0.15.6" | ||
uses: "pascalgn/automerge-action@v0.16.2" | ||
env: | ||
GITHUB_TOKEN: "${{ secrets.CHERRYPICK_PAT }}" | ||
MERGE_LABELS: "AutoMerge_Cherry_Picked, Auto_Cherry_Picked" | ||
|
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 |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
|
||
- name: Wait for other status checks to Pass | ||
id: waitforstatuschecks | ||
uses: lewagon/[email protected].1 | ||
uses: lewagon/[email protected].3 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -47,7 +47,7 @@ jobs: | |
|
||
- id: automerge | ||
name: Auto merge of dependabot PRs. | ||
uses: "pascalgn/automerge-action@v0.15.6" | ||
uses: "pascalgn/automerge-action@v0.16.2" | ||
env: | ||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
MERGE_LABELS: "dependencies" | ||
|
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
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