diff --git a/.github/workflows/auto_cherry_pick_merge.yaml b/.github/workflows/auto_cherry_pick_merge.yaml index 29dea48182d..75d52b548d8 100644 --- a/.github/workflows/auto_cherry_pick_merge.yaml +++ b/.github/workflows/auto_cherry_pick_merge.yaml @@ -40,7 +40,7 @@ jobs: - name: Wait for other status checks to Pass id: waitforstatuschecks - uses: lewagon/wait-on-check-action@v1.6.1 + uses: lewagon/wait-on-check-action@v1.7.0 with: ref: ${{ github.head_ref }} repo-token: ${{ secrets.CHERRYPICK_PAT }} diff --git a/.github/workflows/dependency_merge.yml b/.github/workflows/dependency_merge.yml index 0ccde9411aa..1bd4ed19995 100644 --- a/.github/workflows/dependency_merge.yml +++ b/.github/workflows/dependency_merge.yml @@ -51,7 +51,7 @@ jobs: - name: Wait for other status checks to Pass id: waitforstatuschecks - uses: lewagon/wait-on-check-action@v1.6.1 + uses: lewagon/wait-on-check-action@v1.7.0 with: ref: ${{ github.head_ref }} repo-token: ${{ secrets.CHERRYPICK_PAT }} diff --git a/.github/workflows/dependency_merge_zstream.yml b/.github/workflows/dependency_merge_zstream.yml index 168f7bd8bc0..3c6804f3c92 100644 --- a/.github/workflows/dependency_merge_zstream.yml +++ b/.github/workflows/dependency_merge_zstream.yml @@ -35,7 +35,7 @@ jobs: - name: Wait for other status checks to Pass id: waitforstatuschecks - uses: lewagon/wait-on-check-action@v1.6.1 + uses: lewagon/wait-on-check-action@v1.7.0 with: ref: ${{ github.head_ref }} repo-token: ${{ secrets.GITHUB_TOKEN }}