-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[6.15.z] Bump lewagon/wait-on-check-action from 1.3.1 to 1.3.3 (#13551)
Bump lewagon/wait-on-check-action from 1.3.1 to 1.3.3 (#13548) (cherry picked from commit d0c8193) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
92ef6ec
commit 29fcde5
Showing
2 changed files
with
2 additions
and
2 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 |
---|---|---|
|
@@ -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 }} | ||
|
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 |
---|---|---|
|
@@ -51,7 +51,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 }} | ||
|