Skip to content

Commit 9da8ecb

Browse files
Bump lewagon/wait-on-check-action from 1.8.1 to 1.9.0 (#22259)
1 parent b186b38 commit 9da8ecb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto_cherry_pick_merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Wait for other status checks to Pass
4242
id: waitforstatuschecks
43-
uses: lewagon/wait-on-check-action@v1.8.1
43+
uses: lewagon/wait-on-check-action@v1.9.0
4444
with:
4545
ref: ${{ github.head_ref }}
4646
repo-token: ${{ secrets.CHERRYPICK_PAT }}

.github/workflows/dependency_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Wait for other status checks to Pass
5353
id: waitforstatuschecks
54-
uses: lewagon/wait-on-check-action@v1.8.1
54+
uses: lewagon/wait-on-check-action@v1.9.0
5555
with:
5656
ref: ${{ github.head_ref }}
5757
repo-token: ${{ secrets.CHERRYPICK_PAT }}

.github/workflows/dependency_merge_zstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Wait for other status checks to Pass
3737
id: waitforstatuschecks
38-
uses: lewagon/wait-on-check-action@v1.8.1
38+
uses: lewagon/wait-on-check-action@v1.9.0
3939
with:
4040
ref: ${{ github.head_ref }}
4141
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)