diff --git a/.github/workflows/merge-bot-pr.yml b/.github/workflows/merge-bot-pr.yml index ee79a3bd..784763ca 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@v2.0.2 + uses: kachick/wait-other-jobs@v2.0.3 timeout-minutes: 30 - name: Approve and merge # if: ${{steps.metadata.outputs.update-type != 'version-update:semver-major'}}