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 9
9
name : Lint commits
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
with :
14
14
# we actually need "github.event.pull_request.commits + 1" commit
15
15
fetch-depth : 0
16
- - uses : actions/setup-node@v3
16
+ - uses : actions/setup-node@v4
17
17
- run : npm ci
18
18
- run : npx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose
19
19
check :
@@ -22,11 +22,11 @@ jobs:
22
22
23
23
steps :
24
24
- name : Checkout
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
26
26
with :
27
27
fetch-depth : 0
28
28
- name : Setup Node.js
29
- uses : actions/setup-node@v3
29
+ uses : actions/setup-node@v4
30
30
with :
31
31
node-version : 20.10.0
32
32
- name : Install dependencies
Original file line number Diff line number Diff line change 9
9
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
- name : Setup Node.js
14
- uses : actions/setup-node@v3
14
+ uses : actions/setup-node@v4
15
15
with :
16
16
node-version : 20.10.0
17
17
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments