File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
if : (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
14
14
steps :
15
15
- name : Clone the code
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
19
- name : Setup Go
Original file line number Diff line number Diff line change 15
15
runs-on : [ubuntu-latest]
16
16
steps :
17
17
- name : Check out code into the Go module directory
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
with :
20
20
fetch-depth : 0
21
21
- name : Set up Go 1.x
33
33
runs-on : [ubuntu-latest]
34
34
steps :
35
35
- name : Check out code into the Go module directory
36
- uses : actions/checkout@v3
36
+ uses : actions/checkout@v4
37
37
- name : Set up Go 1.x
38
38
uses : actions/setup-go@v3
39
39
with :
49
49
runs-on : [macos-latest]
50
50
steps :
51
51
- name : Check out code into the Go module directory
52
- uses : actions/checkout@v3
52
+ uses : actions/checkout@v4
53
53
- name : Set up Go 1.x
54
54
uses : actions/setup-go@v3
55
55
with :
65
65
runs-on : [windows-latest]
66
66
steps :
67
67
- name : Check out code into the Go module directory
68
- uses : actions/checkout@v3
68
+ uses : actions/checkout@v4
69
69
- name : Set up Go 1.x
70
70
uses : actions/setup-go@v3
71
71
with :
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Check out code into the Go module directory
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
19
- name : Set up Go 1.x
You can’t perform that action at this time.
0 commit comments