File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
name : Check merge commits
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
with :
21
21
fetch-depth : 0
22
22
- run : |
34
34
name : Check commit message style
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- - uses : actions/checkout@v3
37
+ - uses : actions/checkout@v4
38
38
with :
39
39
fetch-depth : 0
40
40
- uses : actions/setup-node@v3
48
48
name : Check markdown style
49
49
runs-on : ubuntu-latest
50
50
steps :
51
- - uses : actions/checkout@v3
51
+ - uses : actions/checkout@v4
52
52
with :
53
53
fetch-depth : 0
54
54
- uses : actions/setup-node@v3
60
60
name : Check YAML style
61
61
runs-on : ubuntu-latest
62
62
steps :
63
- - uses : actions/checkout@v3
63
+ - uses : actions/checkout@v4
64
64
- uses : actions/setup-python@v4
65
65
with :
66
66
python-version : " 3.10"
Original file line number Diff line number Diff line change 9
9
name : Publish artefacts to GitHub
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
with :
14
14
fetch-depth : 0
15
15
- uses : actions/setup-go@v4
Original file line number Diff line number Diff line change 21
21
- " 1.19"
22
22
- " 1.18"
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- uses : actions/setup-go@v4
26
26
with :
27
27
go-version : ${{ matrix.go }}
You can’t perform that action at this time.
0 commit comments