Skip to content

Commit

Permalink
Merge pull request #71 from google/dependabot/github_actions/lewagon/…
Browse files Browse the repository at this point in the history
…wait-on-check-action-1.3.4

Bump lewagon/wait-on-check-action from 1.3.3 to 1.3.4
  • Loading branch information
github-actions[bot] authored Apr 4, 2024
2 parents 7ba87b3 + 56c1216 commit ba64368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# create review
pull-requests: write
steps:
- uses: lewagon/wait-on-check-action@v1.3.3
- uses: lewagon/wait-on-check-action@v1.3.4
with:
ref: ${{ github.event.pull_request.head.sha }}
check-name: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# wait-on-check requires only checks read
checks: read
steps:
- uses: lewagon/wait-on-check-action@v1.3.3
- uses: lewagon/wait-on-check-action@v1.3.4
with:
ref: ${{ github.event.pull_request.head.sha }}
check-name: test
Expand Down

0 comments on commit ba64368

Please sign in to comment.