This repository was archived by the owner on Jan 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
- name : Build
35
35
run : npm run build
36
36
- name : Wait other jobs
37
- uses : kachick/wait-other-jobs@v2
37
+ uses : kachick/wait-other-jobs@v3
38
38
timeout-minutes : 15
39
39
- uses : FirebaseExtended/action-hosting-deploy@v0
40
40
with :
Original file line number Diff line number Diff line change 18
18
uses : dependabot/fetch-metadata@v2.0.0
19
19
- name : Wait other jobs
20
20
if : ${{ steps.metadata.outputs.update-type != 'version-update:semver-major' }}
21
- uses : kachick/wait-other-jobs@v2
21
+ uses : kachick/wait-other-jobs@v3
22
22
timeout-minutes : 10
23
23
- name : Approve and merge
24
24
if : ${{ steps.metadata.outputs.update-type != 'version-update:semver-major' || contains(steps.metadata.outputs.dependency-names, 'DeterminateSystems') }}
40
40
if : ${{ github.actor == 'renovate[bot]' }}
41
41
steps :
42
42
- name : Wait other jobs
43
- uses : kachick/wait-other-jobs@v2
43
+ uses : kachick/wait-other-jobs@v3
44
44
timeout-minutes : 10
45
45
- name : Approve and merge
46
46
run : gh pr review --approve "$PR_URL" && gh pr merge --auto --squash "$PR_URL"
54
54
if : ${{ github.actor == 'mobu-update-dependencies[bot]' }}
55
55
steps :
56
56
- name : Wait other jobs
57
- uses : kachick/wait-other-jobs@v2
57
+ uses : kachick/wait-other-jobs@v3
58
58
timeout-minutes : 20
59
59
- name : Approve and merge
60
60
run : gh pr review --approve "$PR_URL" && gh pr merge --auto --delete-branch --squash "$PR_URL"
You can’t perform that action at this time.
0 commit comments