diff --git a/.github/workflows/merge-bot-pr.yml b/.github/workflows/merge-bot-pr.yml index e5c4594..d09d65a 100644 --- a/.github/workflows/merge-bot-pr.yml +++ b/.github/workflows/merge-bot-pr.yml @@ -17,7 +17,7 @@ jobs: uses: dependabot/fetch-metadata@v1.6.0 - name: Wait other jobs if: ${{steps.metadata.outputs.update-type != 'version-update:semver-major'}} - uses: kachick/wait-other-jobs@v1 + uses: kachick/wait-other-jobs@v2 timeout-minutes: 10 - name: Approve and merge if: ${{steps.metadata.outputs.update-type != 'version-update:semver-major'}} @@ -39,7 +39,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Wait other jobs - uses: kachick/wait-other-jobs@v1 + uses: kachick/wait-other-jobs@v2 timeout-minutes: 10 - name: Approve and merge run: gh pr review --approve "$PR_URL" && gh pr merge --auto --squash "$PR_URL"