diff --git a/.github/workflows/merge-bot-pr.yml b/.github/workflows/merge-bot-pr.yml index c1a6b81..e953098 100644 --- a/.github/workflows/merge-bot-pr.yml +++ b/.github/workflows/merge-bot-pr.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - 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 with: github-token: '${{ secrets.GITHUB_TOKEN }}'