File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
runs-on : ubuntu-latest
41
41
steps :
42
42
- name : Check out code into the Go module directory
43
- uses : actions/checkout@v2
43
+ uses : actions/checkout@v4
44
44
45
45
- name : Set up Go
46
46
uses : actions/setup-go@v5
58
58
runs-on : ubuntu-latest
59
59
steps :
60
60
- name : Check out code into the Go module directory
61
- uses : actions/checkout@v2
61
+ uses : actions/checkout@v4
62
62
with :
63
63
fetch-depth : 0
64
64
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Check out code into the Go module directory
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v4
20
20
with :
21
21
fetch-depth : 0
22
22
51
51
steps :
52
52
53
53
- name : Check out code into the Go module directory
54
- uses : actions/checkout@v2
54
+ uses : actions/checkout@v4
55
55
with :
56
56
fetch-depth : 0
57
57
You can’t perform that action at this time.
0 commit comments