16
16
runs-on : ubuntu-22.04
17
17
timeout-minutes : 20
18
18
steps :
19
- -
uses :
actions/[email protected] .4
19
+ -
uses :
actions/[email protected] .5
20
20
with :
21
21
path : src/github.com/containerd/nerdctl
22
22
fetch-depth : 100
37
37
runs-on : ubuntu-22.04
38
38
timeout-minutes : 20
39
39
steps :
40
- -
uses :
actions/[email protected] .4
40
+ -
uses :
actions/[email protected] .5
41
41
with :
42
42
fetch-depth : 1
43
43
- uses : actions/setup-go@v5
57
57
runs-on : ubuntu-22.04
58
58
timeout-minutes : 20
59
59
steps :
60
- -
uses :
actions/[email protected] .4
60
+ -
uses :
actions/[email protected] .5
61
61
with :
62
62
fetch-depth : 1
63
63
- uses : actions/setup-go@v5
88
88
UBUNTU_VERSION : " ${{ matrix.ubuntu }}"
89
89
CONTAINERD_VERSION : " ${{ matrix.containerd }}"
90
90
steps :
91
- -
uses :
actions/[email protected] .4
91
+ -
uses :
actions/[email protected] .5
92
92
with :
93
93
fetch-depth : 1
94
94
- name : " Prepare integration test environment"
@@ -118,7 +118,7 @@ jobs:
118
118
UBUNTU_VERSION : " ${{ matrix.ubuntu }}"
119
119
CONTAINERD_VERSION : " ${{ matrix.containerd }}"
120
120
steps :
121
- -
uses :
actions/[email protected] .4
121
+ -
uses :
actions/[email protected] .5
122
122
with :
123
123
fetch-depth : 1
124
124
- name : Enable ipv4 and ipv6 forwarding
@@ -194,7 +194,7 @@ jobs:
194
194
ROOTLESSKIT_VERSION : " ${{ matrix.rootlesskit }}"
195
195
TEST_TARGET : " ${{ matrix.target }}"
196
196
steps :
197
- -
uses :
actions/[email protected] .4
197
+ -
uses :
actions/[email protected] .5
198
198
with :
199
199
fetch-depth : 1
200
200
- name : " Register QEMU (tonistiigi/binfmt)"
@@ -211,7 +211,7 @@ jobs:
211
211
matrix :
212
212
go-version : ["1.21.x", "1.22.x"]
213
213
steps :
214
- -
uses :
actions/[email protected] .4
214
+ -
uses :
actions/[email protected] .5
215
215
with :
216
216
fetch-depth : 1
217
217
- uses : actions/setup-go@v5
@@ -226,7 +226,7 @@ jobs:
226
226
runs-on : ubuntu-22.04
227
227
timeout-minutes : 30
228
228
steps :
229
- -
uses :
actions/[email protected] .4
229
+ -
uses :
actions/[email protected] .5
230
230
with :
231
231
fetch-depth : 1
232
232
- uses : actions/setup-go@v5
@@ -263,7 +263,7 @@ jobs:
263
263
run :
264
264
shell : bash
265
265
steps :
266
- -
uses :
actions/[email protected] .4
266
+ -
uses :
actions/[email protected] .5
267
267
with :
268
268
fetch-depth : 1
269
269
- uses : actions/setup-go@v5
@@ -272,7 +272,7 @@ jobs:
272
272
cache : true
273
273
check-latest : true
274
274
- run : go install ./cmd/nerdctl
275
- -
uses :
actions/[email protected] .4
275
+ -
uses :
actions/[email protected] .5
276
276
with :
277
277
repository : containerd/containerd
278
278
ref : v1.7.16
@@ -295,7 +295,7 @@ jobs:
295
295
timeout-minutes : 20
296
296
297
297
steps :
298
- -
uses :
actions/[email protected] .4
298
+ -
uses :
actions/[email protected] .5
299
299
- uses : actions/cache@v4
300
300
with :
301
301
path : /root/.vagrant.d
0 commit comments