File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ name: Check dist/
77on :
88 merge_group :
99 branches :
10- - v2
10+ - main
1111 push :
1212 branches :
13- - v2
13+ - main
1414 paths-ignore :
1515 - " **.md"
1616 pull_request :
2222 runs-on : ubuntu-latest
2323 steps :
2424 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25- - name : Set Node.js 20 .x
25+ - name : Set Node.js 24 .x
2626 uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2727 with :
2828 node-version : 24
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44 push :
55 # branches to consider in the event; optional, defaults to all
66 branches :
7- - v2
7+ - main
8+
9+ permissions :
10+ contents : write
11+ pull-requests : read
12+
813jobs :
914 update_release_draft :
10- runs-on : ubuntu-24.04
15+ runs-on : ubuntu-latest
1116 steps :
1217 - uses : release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7.1.1
1318 with :
Original file line number Diff line number Diff line change 11---
22name : Test
3+
34on :
45 merge_group :
56 branches :
6- - v2
7+ - main
78 workflow_dispatch :
89 pull_request :
10+
11+ permissions : {}
12+
913jobs :
1014 # unit tests
1115 units :
1216 name : Test Javascript
1317 runs-on : ubuntu-latest
1418 steps :
1519 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
16- - name : Set Node.js 20 .x
20+ - name : Set Node.js 24 .x
1721 uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
1822 with :
1923 node-version : 24
Original file line number Diff line number Diff line change 55 schedule :
66 # Run at 12:00 every 14 days
77 - cron : " 0 12 */14 * *"
8+
9+ permissions : {}
10+
811jobs :
912 updatecli :
1013 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 22name : Updatecli Test
33on :
44 pull_request :
5+
56permissions :
67 contents : read
8+
79jobs :
810 updatecli :
911 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 77 - cron : " 0 3 * * *"
88 push :
99 branches :
10- - v2
10+ - main
11+
12+ permissions : {}
13+
1114jobs :
1215 updatecli :
1316 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 33 user : updateclibot
44 email : bot@updatecli.io
55 owner : updatecli
6- branch : v2
6+ branch : main
77 repository : updatecli-action
You can’t perform that action at this time.
0 commit comments