File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed 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@v6
99 with :
1010 node-version : 22 # semantic-release requires at least this version
1111 - name : Update npm # To ensure npm 11.5.1 or later is installed for Trusted publishing
Original file line number Diff line number Diff line change 3636 runs-on : ' ubuntu-22.04'
3737 timeout-minutes : 30
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
4040 with :
4141 fetch-depth : 0
4242 token : ${{ secrets.CAP_GH_RELEASE_TOKEN }}
Original file line number Diff line number Diff line change 1111 runs-on : ' ubuntu-22.04'
1212 timeout-minutes : 30
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717 token : ${{ secrets.THE_GH_RELEASE_TOKEN || github.token }}
Original file line number Diff line number Diff line change 1111 runs-on : ' macos-14'
1212 timeout-minutes : 30
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717 token : ${{ secrets.THE_GH_RELEASE_TOKEN || github.token }}
Original file line number Diff line number Diff line change 1414 runs-on : ${{ matrix.os }}
1515 timeout-minutes : 30
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020 token : ${{ secrets.THE_GH_RELEASE_TOKEN || github.token }}
You can’t perform that action at this time.
0 commit comments