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@v5
15+ - uses : actions/checkout@v6
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@v5
15+ - uses : actions/checkout@v6
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@v5
24+ - uses : actions/checkout@v6
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@v5
17+ - uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020 - name : Node.js
Original file line number Diff line number Diff line change 2828 with :
2929 token : ${{ steps.get-token.outputs.token }}
3030 if : github.event_name == 'push'
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232 if : ${{ steps.release.outputs.releases_created || github.event_name == 'workflow_dispatch' }}
3333 with :
3434 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@v5
34+ - uses : actions/checkout@v6
3535 with :
3636 fetch-depth : 0
3737 - name : Node.js ${{ matrix.node-version }}
6969 fail-fast : false
7070 steps :
7171 - run : git config --global core.symlinks true
72- - uses : actions/checkout@v5
72+ - uses : actions/checkout@v6
7373 with :
7474 fetch-depth : 0
7575 - name : Node.js 18.14.0
You can’t perform that action at this time.
0 commit comments