Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 1a29eed

Browse files
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](kachick/wait-other-jobs@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] <support@github.com>
1 parent 4193448 commit 1a29eed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/firebase-hosting-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build
3535
run: npm run build
3636
- name: Wait other jobs
37-
uses: kachick/wait-other-jobs@v2
37+
uses: kachick/wait-other-jobs@v3
3838
timeout-minutes: 15
3939
- uses: FirebaseExtended/action-hosting-deploy@v0
4040
with:

.github/workflows/merge-bot-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: dependabot/fetch-metadata@v2.0.0
1919
- name: Wait other jobs
2020
if: ${{ steps.metadata.outputs.update-type != 'version-update:semver-major' }}
21-
uses: kachick/wait-other-jobs@v2
21+
uses: kachick/wait-other-jobs@v3
2222
timeout-minutes: 10
2323
- name: Approve and merge
2424
if: ${{ steps.metadata.outputs.update-type != 'version-update:semver-major' || contains(steps.metadata.outputs.dependency-names, 'DeterminateSystems') }}
@@ -40,7 +40,7 @@ jobs:
4040
if: ${{ github.actor == 'renovate[bot]' }}
4141
steps:
4242
- name: Wait other jobs
43-
uses: kachick/wait-other-jobs@v2
43+
uses: kachick/wait-other-jobs@v3
4444
timeout-minutes: 10
4545
- name: Approve and merge
4646
run: gh pr review --approve "$PR_URL" && gh pr merge --auto --squash "$PR_URL"
@@ -54,7 +54,7 @@ jobs:
5454
if: ${{ github.actor == 'mobu-update-dependencies[bot]' }}
5555
steps:
5656
- name: Wait other jobs
57-
uses: kachick/wait-other-jobs@v2
57+
uses: kachick/wait-other-jobs@v3
5858
timeout-minutes: 20
5959
- name: Approve and merge
6060
run: gh pr review --approve "$PR_URL" && gh pr merge --auto --delete-branch --squash "$PR_URL"

0 commit comments

Comments
 (0)