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 18
18
go : [ '1.21', '1.20' ]
19
19
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
- uses : actions/setup-go@v4
23
23
with :
24
24
go-version : ${{ matrix.go }}
35
35
go : [ '1.21', '1.20' ]
36
36
37
37
steps :
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v4
39
39
- uses : actions/setup-go@v4
40
40
with :
41
41
go-version : ${{ matrix.go }}
51
51
go : [ '1.21', '1.20' ]
52
52
53
53
steps :
54
- - uses : actions/checkout@v3
54
+ - uses : actions/checkout@v4
55
55
- uses : actions/setup-go@v4
56
56
with :
57
57
go-version : ${{ matrix.go }}
71
71
go : [ '1.21', '1.20' ]
72
72
73
73
steps :
74
- - uses : actions/checkout@v3
74
+ - uses : actions/checkout@v4
75
75
- uses : actions/setup-go@v4
76
76
with :
77
77
go-version : ${{ matrix.go }}
You can’t perform that action at this time.
0 commit comments