Skip to content

Commit 1b3b3a6

Browse files
Merge pull request #243 from google/dependabot/github_actions/lewagon/wait-on-check-action-1.5.0
build(deps): bump lewagon/wait-on-check-action from 1.4.1 to 1.5.0
2 parents a57a6c9 + 1285509 commit 1b3b3a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# create review
3030
pull-requests: write
3131
steps:
32-
- uses: lewagon/wait-on-check-action@v1.4.1
32+
- uses: lewagon/wait-on-check-action@v1.5.0
3333
with:
3434
ref: ${{ github.event.pull_request.head.sha }}
3535
repo-token: ${{ github.token }}

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# wait-on-check requires only checks read
4040
checks: read
4141
steps:
42-
- uses: lewagon/wait-on-check-action@v1.4.1
42+
- uses: lewagon/wait-on-check-action@v1.5.0
4343
with:
4444
ref: ${{ github.event.pull_request.head.sha }}
4545
check-regexp: "test.*"

0 commit comments

Comments
 (0)