Skip to content

Commit 6f16fcc

Browse files
Merge pull request #296 from jaqx0r/dependabot/github_actions/lewagon/wait-on-check-action-1.4.1
build(deps): bump lewagon/wait-on-check-action from 1.4.0 to 1.4.1
2 parents 8069513 + 3f9f5fd commit 6f16fcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# create review
3131
pull-requests: write
3232
steps:
33-
- uses: lewagon/[email protected].0
33+
- uses: lewagon/[email protected].1
3434
with:
3535
ref: ${{ github.event.pull_request.head.sha }}
3636
repo-token: ${{ github.token }}

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# wait-on-check requires only checks read
4141
checks: read
4242
steps:
43-
- uses: lewagon/[email protected].0
43+
- uses: lewagon/[email protected].1
4444
with:
4545
ref: ${{ github.event.pull_request.head.sha }}
4646
check-regexp: "test.*"

0 commit comments

Comments
 (0)