diff --git a/.github/workflows/auto-review.yml b/.github/workflows/auto-review.yml index 82b9a95..8088e39 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.8.0 + - uses: lewagon/wait-on-check-action@v1.8.1 with: ref: ${{ github.event.pull_request.head.sha }} check-name: test diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 17c94c8..89eb913 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.8.0 + - uses: lewagon/wait-on-check-action@v1.8.1 with: ref: ${{ github.event.pull_request.head.sha }} check-name: test