File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
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@v3
19
+ uses : actions/checkout@v4
20
20
21
21
- name : Set up Go
22
22
uses : actions/setup-go@v5
31
31
if : " !contains(github.event.head_commit.message, '[ci skip]')"
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@v3
34
+ uses : actions/checkout@v4
35
35
36
36
- name : Set up Go
37
37
uses : actions/setup-go@v5
52
52
if : " !contains(github.event.head_commit.message, '[ci skip]')"
53
53
steps :
54
54
- name : Checkout
55
- uses : actions/checkout@v3
55
+ uses : actions/checkout@v4
56
56
57
57
- name : Set up Go
58
58
uses : actions/setup-go@v5
88
88
if : " !contains(github.event.head_commit.message, '[ci skip]')"
89
89
steps :
90
90
- name : Checkout
91
- uses : actions/checkout@v3
91
+ uses : actions/checkout@v4
92
92
93
93
- name : Login to Docker
94
94
uses : docker/login-action@v3
@@ -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@v3
118
+ uses : actions/checkout@v4
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@v3
17
+ uses : actions/checkout@v4
18
18
19
19
- name : Set up Go
20
20
uses : actions/setup-go@v5
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@v3
18
+ uses : actions/checkout@v4
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@v3
49
+ uses : actions/checkout@v4
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@v3
19
+ uses : actions/checkout@v4
20
20
with :
21
21
fetch-depth : 0
22
22
You can’t perform that action at this time.
0 commit comments