File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 using : ' composite'
66 steps :
77 - name : Install Node.js
8- uses : actions/setup-node@v4
8+ uses : actions/setup-node@v7
99 with :
10- node-version : 25
10+ node-version : 24
1111 - name : Install dependencies root
1212 shell : bash
1313 run : npm ci
Original file line number Diff line number Diff line change 1919 runs-on : ' ubuntu-latest'
2020 timeout-minutes : 20
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v7
2323 with :
2424 fetch-depth : 0
2525 token : ${{ secrets.RELEASE_TOKEN_GITHUB }}
Original file line number Diff line number Diff line change 1111 runs-on : ' ubuntu-latest'
1212 timeout-minutes : 10
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v7
1515 with :
1616 fetch-depth : 0
1717 token : ${{ secrets.THE_GH_RELEASE_TOKEN || github.token }}
3939 runs-on : ' ubuntu-latest'
4040 timeout-minutes : 10
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v7
4343 with :
4444 fetch-depth : 0
4545 token : ${{ secrets.THE_GH_RELEASE_TOKEN || github.token }}
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Check PR title for conventional commits
12- uses : actions/github-script@v6
12+ uses : actions/github-script@v9
1313 with :
1414 github-token : ${{ github.token }}
1515 script : |
You can’t perform that action at this time.
0 commit comments