diff --git a/.github/workflows/auto_merge.yml b/.github/workflows/auto_merge.yml index 610c3c7e..65cac2e9 100644 --- a/.github/workflows/auto_merge.yml +++ b/.github/workflows/auto_merge.yml @@ -37,7 +37,7 @@ jobs: shell: bash - name: Wait for "${{ matrix.tf-checks }}" to Succeed - uses: lewagon/wait-on-check-action@v1.4.1 + uses: lewagon/wait-on-check-action@v1.5.0 with: ref: ${{ github.event.pull_request.head.sha }} check-name: ${{ matrix.tf-checks }} @@ -65,7 +65,7 @@ jobs: shell: bash - name: Wait for "${{ matrix.tf-checks }}" to Succeed - uses: lewagon/wait-on-check-action@v1.4.1 + uses: lewagon/wait-on-check-action@v1.5.0 with: ref: ${{ github.event.pull_request.head.sha }} check-name: ${{ matrix.tf-checks }}