File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [main]
88
9+ env :
10+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : " true"
11+
912jobs :
1013 build :
1114 runs-on : ubuntu-latest
1215 steps :
13- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1417 - uses : oven-sh/setup-bun@v2
1518 with :
1619 bun-version : latest
Original file line number Diff line number Diff line change 66
77permissions : write-all
88
9+ env :
10+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : " true"
11+
912jobs :
1013 update_release_draft :
1114 runs-on : ubuntu-latest
1215 steps :
13- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1417 - uses : release-drafter/release-drafter@v6
1518 env :
1619 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 44 release :
55 types : [published]
66
7+ env :
8+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : " true"
9+
710jobs :
811 sync-version :
912 name : Sync application.properties + package.json with release tag
1316 pull-requests : write
1417 steps :
1518 - name : Checkout main
16- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
1720 with :
1821 ref : main
1922 token : ${{ secrets.MAIN_PUSH_TOKEN }}
You can’t perform that action at this time.
0 commit comments