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 2424 steps :
2525 # Checkout the repository
2626 - name : Checkout Repository
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828
2929 # Install Docker Compose
3030 - name : Install Docker Compose
Original file line number Diff line number Diff line change 2323 test-suite : ['other', 'quick']
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727
2828 - name : Use Node.js ${{ matrix.node-version }}
2929 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 2424 test-suite : ['other', 'quick']
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - name : Use Node.js ${{ matrix.node-version }}
2929 uses : actions/setup-node@v4
3030 with :
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-22.04
1212 name : Check Tests
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717 - uses : testomatio/check-tests@stable
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Check out the repo
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919
2020 - name : Use Node.js ${{ matrix.node-version }}
2121 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020
Original file line number Diff line number Diff line change 1515 matrix :
1616 node-version : [20.x]
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - name : Use Node.js ${{ matrix.node-version }}
2020 uses : actions/setup-node@v4
2121 with :
Original file line number Diff line number Diff line change 2323 node-version : [20.x]
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - name : Use Node.js ${{ matrix.node-version }}
2828 uses : actions/setup-node@v4
2929 with :
Original file line number Diff line number Diff line change 2323 node-version : [20.x]
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - name : Use Node.js ${{ matrix.node-version }}
2828 uses : actions/setup-node@v4
2929 with :
Original file line number Diff line number Diff line change 2323 node-version : [20.x]
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - name : Use Node.js ${{ matrix.node-version }}
2828 uses : actions/setup-node@v4
2929 with :
You can’t perform that action at this time.
0 commit comments