Skip to content

Commit

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

Bump lewagon/wait-on-check-action from 1.3.1 to 1.3.3
  • Loading branch information
github-actions[bot] authored Dec 21, 2023
2 parents 57da9c5 + 08c9bc4 commit 53af2c1
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.1
- uses: lewagon/wait-on-check-action@v1.3.3
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.1
- uses: lewagon/wait-on-check-action@v1.3.3
with:
ref: ${{ github.event.pull_request.head.sha }}
check-name: test
Expand Down

0 comments on commit 53af2c1

Please sign in to comment.