File tree Expand file tree Collapse file tree 12 files changed +13
-13
lines changed Expand file tree Collapse file tree 12 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2828 test-suite : ['other', 'quick']
2929
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232
3333 - name : Use Node.js ${{ matrix.node-version }}
3434 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 2828 test-suite : ['other', 'quick']
2929
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232 - name : Use Node.js ${{ matrix.node-version }}
3333 uses : actions/setup-node@v6
3434 with :
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-22.04
1616 name : Check Tests
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 0
2121 - uses : testomatio/check-tests@stable
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Check out the repo
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323
2424 - name : Use Node.js ${{ matrix.node-version }}
2525 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222 with :
2323 fetch-depth : 0
2424
Original file line number Diff line number Diff line change 1919 matrix :
2020 node-version : [20.x]
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 - name : Use Node.js ${{ matrix.node-version }}
2424 uses : actions/setup-node@v6
2525 with :
Original file line number Diff line number Diff line change 2727 node-version : [20.x]
2828
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131 - name : Use Node.js ${{ matrix.node-version }}
3232 uses : actions/setup-node@v6
3333 with :
Original file line number Diff line number Diff line change 2727 node-version : [20.x]
2828
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131 - name : Use Node.js ${{ matrix.node-version }}
3232 uses : actions/setup-node@v6
3333 with :
Original file line number Diff line number Diff line change 2727 node-version : [20.x]
2828
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131 - name : Use Node.js ${{ matrix.node-version }}
3232 uses : actions/setup-node@v6
3333 with :
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232
3333 - name : Setup Node.js
3434 uses : actions/setup-node@v6
You can’t perform that action at this time.
0 commit comments