File tree 6 files changed +11
-11
lines changed
6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 16
16
if : " !contains(github.event.head_commit.message, '[ci skip]')"
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v3
20
20
21
21
- name : Set up Go
22
22
uses : actions/setup-go@v2
31
31
if : " !contains(github.event.head_commit.message, '[ci skip]')"
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@v2
34
+ uses : actions/checkout@v3
35
35
36
36
- name : Set up Go
37
37
uses : actions/setup-go@v2
52
52
if : " !contains(github.event.head_commit.message, '[ci skip]')"
53
53
steps :
54
54
- name : Checkout
55
- uses : actions/checkout@v2
55
+ uses : actions/checkout@v3
56
56
57
57
- name : Set up Go
58
58
uses : actions/setup-go@v2
88
88
if : " !contains(github.event.head_commit.message, '[ci skip]')"
89
89
steps :
90
90
- name : Checkout
91
- uses : actions/checkout@v2
91
+ uses : actions/checkout@v3
92
92
93
93
- name : Login to Docker
94
94
uses : docker/login-action@v1
@@ -115,7 +115,7 @@ jobs:
115
115
if : " !contains(github.event.head_commit.message, '[ci skip]')"
116
116
steps :
117
117
- name : Checkout
118
- uses : actions/checkout@v2
118
+ uses : actions/checkout@v3
119
119
120
120
- name : Prepare docs
121
121
if : contains(github.ref, 'refs/heads/master')
Original file line number Diff line number Diff line change 14
14
if : " !contains(github.event.head_commit.message, '[ci skip]')"
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v3
18
18
19
19
- name : Set up Go
20
20
uses : actions/setup-go@v2
Original file line number Diff line number Diff line change 15
15
if : " !contains(github.event.head_commit.message, '[ci skip]')"
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v3
19
19
with :
20
20
fetch-depth : 0
21
21
46
46
if : " !contains(github.event.head_commit.message, '[ci skip]')"
47
47
steps :
48
48
- name : Checkout
49
- uses : actions/checkout@v2
49
+ uses : actions/checkout@v3
50
50
with :
51
51
fetch-depth : 0
52
52
Original file line number Diff line number Diff line change 16
16
if : " !contains(github.event.head_commit.message, '[ci skip]')"
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v3
20
20
with :
21
21
fetch-depth : 0
22
22
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
docs :
120
120
runs-on : ubuntu-latest
121
121
steps :
122
- - uses : actions/checkout@v2
122
+ - uses : actions/checkout@v3
123
123
with :
124
124
ref : ${{ github.event.pull_request.head.ref }}
125
125
Original file line number Diff line number Diff line change 20
20
docs :
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@v2
23
+ - uses : actions/checkout@v3
24
24
with :
25
25
ref : ${{ github.event.pull_request.head.ref }}
26
26
You can’t perform that action at this time.
0 commit comments