File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ' ubuntu-24.04'
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
- name : Set up Docker Buildx
19
19
uses : docker/setup-buildx-action@master
20
20
- uses : docker/login-action@v3
35
35
runs-on : ' ubuntu-24.04-arm'
36
36
steps :
37
37
- name : Checkout
38
- uses : actions/checkout@v4
38
+ uses : actions/checkout@v5
39
39
- name : Set up Docker Buildx
40
40
uses : docker/setup-buildx-action@master
41
41
- uses : docker/login-action@v3
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout code
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
with :
17
17
fetch-depth : 0
18
18
- name : Set up Go
37
37
runs-on : kvm
38
38
steps :
39
39
- name : Checkout code
40
- uses : actions/checkout@v4
40
+ uses : actions/checkout@v5
41
41
with :
42
42
fetch-depth : 0
43
43
- name : Set up Docker Buildx
68
68
runs-on : kvm
69
69
steps :
70
70
- name : Checkout code
71
- uses : actions/checkout@v4
71
+ uses : actions/checkout@v5
72
72
with :
73
73
fetch-depth : 0
74
74
- name : Set up Go
@@ -103,7 +103,7 @@ jobs:
103
103
needs : build-image
104
104
steps :
105
105
- name : Checkout code
106
- uses : actions/checkout@v4
106
+ uses : actions/checkout@v5
107
107
with :
108
108
fetch-depth : 0
109
109
- name : Install deps
@@ -146,7 +146,7 @@ jobs:
146
146
needs : build-image
147
147
steps :
148
148
- name : Checkout code
149
- uses : actions/checkout@v4
149
+ uses : actions/checkout@v5
150
150
with :
151
151
fetch-depth : 0
152
152
- name : Install deps
@@ -182,7 +182,7 @@ jobs:
182
182
needs : build-image
183
183
steps :
184
184
- name : Checkout code
185
- uses : actions/checkout@v4
185
+ uses : actions/checkout@v5
186
186
with :
187
187
fetch-depth : 0
188
188
- name : Install deps
@@ -217,7 +217,7 @@ jobs:
217
217
needs : build-image
218
218
steps :
219
219
- name : Checkout code
220
- uses : actions/checkout@v4
220
+ uses : actions/checkout@v5
221
221
with :
222
222
fetch-depth : 1
223
223
- name : Set up Docker Buildx
You can’t perform that action at this time.
0 commit comments