File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
test :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- uses : actions/setup-go@v5
17
17
with :
18
18
go-version-file : " go.mod"
26
26
lint :
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
- uses : actions/setup-go@v5
31
31
with :
32
32
go-version-file : " go.mod"
36
36
if : github.event_name == 'pull_request'
37
37
runs-on : ubuntu-latest
38
38
steps :
39
- - uses : actions/checkout@v4
39
+ - uses : actions/checkout@v5
40
40
with :
41
41
fetch-depth : 0
42
42
- uses : actions/setup-go@v5
47
47
license-check :
48
48
runs-on : ubuntu-latest
49
49
steps :
50
- - uses : actions/checkout@v4
50
+ - uses : actions/checkout@v5
51
51
- run : make check-license
You can’t perform that action at this time.
0 commit comments