diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index d109946..73477d5 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -34,7 +34,7 @@ jobs: - name: Build run: npm run build - name: Wait other jobs - uses: kachick/wait-other-jobs@v2 + uses: kachick/wait-other-jobs@v3 timeout-minutes: 15 - uses: FirebaseExtended/action-hosting-deploy@v0 with: diff --git a/.github/workflows/merge-bot-pr.yml b/.github/workflows/merge-bot-pr.yml index 4cfe04c..e69ccdb 100644 --- a/.github/workflows/merge-bot-pr.yml +++ b/.github/workflows/merge-bot-pr.yml @@ -18,7 +18,7 @@ jobs: uses: dependabot/fetch-metadata@v2.0.0 - name: Wait other jobs if: ${{ steps.metadata.outputs.update-type != 'version-update:semver-major' }} - uses: kachick/wait-other-jobs@v2 + uses: kachick/wait-other-jobs@v3 timeout-minutes: 10 - name: Approve and merge if: ${{ steps.metadata.outputs.update-type != 'version-update:semver-major' || contains(steps.metadata.outputs.dependency-names, 'DeterminateSystems') }} @@ -40,7 +40,7 @@ jobs: if: ${{ github.actor == 'renovate[bot]' }} steps: - name: Wait other jobs - uses: kachick/wait-other-jobs@v2 + uses: kachick/wait-other-jobs@v3 timeout-minutes: 10 - name: Approve and merge run: gh pr review --approve "$PR_URL" && gh pr merge --auto --squash "$PR_URL" @@ -54,7 +54,7 @@ jobs: if: ${{ github.actor == 'mobu-update-dependencies[bot]' }} steps: - name: Wait other jobs - uses: kachick/wait-other-jobs@v2 + uses: kachick/wait-other-jobs@v3 timeout-minutes: 20 - name: Approve and merge run: gh pr review --approve "$PR_URL" && gh pr merge --auto --delete-branch --squash "$PR_URL"