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

Commit 8df5e8d

Browse files
Bump kachick/wait-other-jobs from 1 to 2
Bumps [kachick/wait-other-jobs](https://github.com/kachick/wait-other-jobs) from 1 to 2. - [Release notes](https://github.com/kachick/wait-other-jobs/releases) - [Commits](kachick/wait-other-jobs@v1...v2) --- 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 e09e3c3 commit 8df5e8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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@v1
37+
uses: kachick/wait-other-jobs@v2
3838
timeout-minutes: 15
3939
- uses: FirebaseExtended/action-hosting-deploy@v0
4040
with:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: dependabot/fetch-metadata@v1.6.0
1919
- name: Wait other jobs
2020
if: ${{steps.metadata.outputs.update-type != 'version-update:semver-major'}}
21-
uses: kachick/wait-other-jobs@v1
21+
uses: kachick/wait-other-jobs@v2
2222
timeout-minutes: 10
2323
- name: Approve and merge
2424
if: ${{steps.metadata.outputs.update-type != 'version-update:semver-major'}}
@@ -40,7 +40,7 @@ jobs:
4040
if: ${{ github.actor == 'renovate[bot]' }}
4141
steps:
4242
- name: Wait other jobs
43-
uses: kachick/wait-other-jobs@v1
43+
uses: kachick/wait-other-jobs@v2
4444
timeout-minutes: 10
4545
- name: Approve and merge
4646
run: gh pr review --approve "$PR_URL" && gh pr merge --auto --squash "$PR_URL"

0 commit comments

Comments
 (0)