File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 name : Lint commits
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 with :
1414 # we actually need "github.event.pull_request.commits + 1" commit
1515 fetch-depth : 0
16- - uses : actions/setup-node@v3
16+ - uses : actions/setup-node@v4
1717 - run : npm ci
1818 - run : npx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose
1919 check :
@@ -22,11 +22,11 @@ jobs:
2222
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v3
25+ uses : actions/checkout@v4
2626 with :
2727 fetch-depth : 0
2828 - name : Setup Node.js
29- uses : actions/setup-node@v3
29+ uses : actions/setup-node@v4
3030 with :
3131 node-version : 20.10.0
3232 - name : Install dependencies
Original file line number Diff line number Diff line change 99
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v3
12+ uses : actions/checkout@v4
1313 - name : Setup Node.js
14- uses : actions/setup-node@v3
14+ uses : actions/setup-node@v4
1515 with :
1616 node-version : 20.10.0
1717 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments