From 1a29eed31b49a94e33aea70195f93a24aab22efb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 05:53:56 +0000 Subject: [PATCH] Bump kachick/wait-other-jobs from 2 to 3 Bumps [kachick/wait-other-jobs](https://github.com/kachick/wait-other-jobs) from 2 to 3. - [Release notes](https://github.com/kachick/wait-other-jobs/releases) - [Changelog](https://github.com/kachick/wait-other-jobs/blob/main/CHANGELOG.md) - [Commits](https://github.com/kachick/wait-other-jobs/compare/v2...v3) --- updated-dependencies: - dependency-name: kachick/wait-other-jobs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/firebase-hosting-merge.yml | 2 +- .github/workflows/merge-bot-pr.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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"