File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212 format :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818 - name : Node.js
Original file line number Diff line number Diff line change 1212 name : Lint
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818
Original file line number Diff line number Diff line change 2121 fail-fast : false
2222 steps :
2323 - run : git config --global core.symlinks true
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 with :
2626 fetch-depth : 0
2727 - name : Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 1414 timeout-minutes : 30
1515 steps :
1616 - run : git config --global core.symlinks true
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020 - name : Node.js
Original file line number Diff line number Diff line change 2020 id : release
2121 with :
2222 token : ${{ steps.get-token.outputs.token }}
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 if : ${{ steps.release.outputs.releases_created }}
2525 with :
2626 token : ${{ steps.get-token.outputs.token }}
Original file line number Diff line number Diff line change 3131 run : sudo ulimit -Sn 65536
3232 if : " ${{ matrix.os == 'macOS-latest' }}"
3333 - run : git config --global core.symlinks true
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v5
3535 with :
3636 fetch-depth : 0
3737 - name : Node.js ${{ matrix.node-version }}
6363 fail-fast : false
6464 steps :
6565 - run : git config --global core.symlinks true
66- - uses : actions/checkout@v4
66+ - uses : actions/checkout@v5
6767 with :
6868 fetch-depth : 0
6969 - name : Node.js 18.14.0
You can’t perform that action at this time.
0 commit comments