Skip to content

Commit

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

Bump lewagon/wait-on-check-action from 1.1.2 to 1.2.0
  • Loading branch information
github-actions[bot] authored Oct 21, 2022
2 parents 1890050 + 2ab9595 commit 3288d91
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.1.2
- uses: lewagon/wait-on-check-action@v1.2.0
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.1.2
- uses: lewagon/wait-on-check-action@v1.2.0
with:
ref: ${{ github.event.pull_request.head.sha }}
check-name: test
Expand Down

0 comments on commit 3288d91

Please sign in to comment.