File tree 3 files changed +7
-7
lines changed 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-20.04
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v4
19
19
- name : Setup Go
20
20
uses : actions/setup-go@v4
21
21
with :
33
33
runs-on : ubuntu-20.04
34
34
steps :
35
35
- name : Checkout
36
- uses : actions/checkout@v2
36
+ uses : actions/checkout@v4
37
37
- name : Setup Go
38
38
uses : actions/setup-go@v4
39
39
with :
47
47
if : ${{ github.event != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
48
48
steps :
49
49
- name : Checkout
50
- uses : actions/checkout@v2
50
+ uses : actions/checkout@v4
51
51
- name : Setup Go
52
52
uses : actions/setup-go@v4
53
53
with :
64
64
runs-on : ubuntu-20.04
65
65
steps :
66
66
- name : Checkout
67
- uses : actions/checkout@v2
67
+ uses : actions/checkout@v4
68
68
- name : Setup Go
69
69
uses : actions/setup-go@v4
70
70
with :
86
86
runs-on : ubuntu-20.04
87
87
steps :
88
88
- name : Checkout
89
- uses : actions/checkout@v2
89
+ uses : actions/checkout@v4
90
90
- name : Setup Go
91
91
uses : actions/setup-go@v4
92
92
with :
Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v4
21
21
with :
22
22
fetch-depth : 2
23
23
- run : git checkout HEAD^2
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-20.04
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 0
17
17
- name : Setup Go
You can’t perform that action at this time.
0 commit comments