diff --git a/.github/workflows/auto-merge-update.yml b/.github/workflows/auto-merge-update.yml index 3c58482..2ba978e 100644 --- a/.github/workflows/auto-merge-update.yml +++ b/.github/workflows/auto-merge-update.yml @@ -11,7 +11,7 @@ jobs: if: ${{ github.head_ref == 'create-pull-request/patch' }} steps: - name: Wait other jobs are passed or failed - uses: kachick/wait-other-jobs@v2 + uses: kachick/wait-other-jobs@v3 timeout-minutes: 30 with: github-token: "${{ secrets.GITHUB_TOKEN }}"