diff --git a/.github/workflows/auto-review.yml b/.github/workflows/auto-review.yml index 10c19b6..ead42f5 100644 --- a/.github/workflows/auto-review.yml +++ b/.github/workflows/auto-review.yml @@ -29,7 +29,7 @@ jobs: # create review pull-requests: write steps: - - uses: lewagon/wait-on-check-action@v1.3.4 + - uses: lewagon/wait-on-check-action@v1.4.0 with: ref: ${{ github.event.pull_request.head.sha }} check-name: test diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 2ffad41..b338459 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -39,7 +39,7 @@ jobs: # wait-on-check requires only checks read checks: read steps: - - uses: lewagon/wait-on-check-action@v1.3.4 + - uses: lewagon/wait-on-check-action@v1.4.0 with: ref: ${{ github.event.pull_request.head.sha }} check-name: test