33
33
- os : ubuntu-24.04
34
34
goos : linux
35
35
steps :
36
- -
uses :
actions/[email protected] .1
36
+ -
uses :
actions/[email protected] .2
37
37
with :
38
38
fetch-depth : 1
39
39
- uses : actions/setup-go@v5
42
42
check-latest : true
43
43
cache : true
44
44
- if : ${{ matrix.goos=='windows' }}
45
-
45
+
46
46
with :
47
47
repository : containerd/containerd
48
48
ref : v1.7.23
80
80
UBUNTU_VERSION : " ${{ matrix.ubuntu }}"
81
81
CONTAINERD_VERSION : " ${{ matrix.containerd }}"
82
82
steps :
83
- -
uses :
actions/[email protected] .1
83
+ -
uses :
actions/[email protected] .2
84
84
with :
85
85
fetch-depth : 1
86
86
- name : " Prepare integration test environment"
@@ -120,7 +120,7 @@ jobs:
120
120
UBUNTU_VERSION : " ${{ matrix.ubuntu }}"
121
121
CONTAINERD_VERSION : " ${{ matrix.containerd }}"
122
122
steps :
123
- -
uses :
actions/[email protected] .1
123
+ -
uses :
actions/[email protected] .2
124
124
with :
125
125
fetch-depth : 1
126
126
- name : Enable ipv4 and ipv6 forwarding
@@ -203,7 +203,7 @@ jobs:
203
203
}
204
204
EOT
205
205
sudo systemctl restart apparmor.service
206
- -
uses :
actions/[email protected] .1
206
+ -
uses :
actions/[email protected] .2
207
207
with :
208
208
fetch-depth : 1
209
209
- name : " Register QEMU (tonistiigi/binfmt)"
@@ -238,7 +238,7 @@ jobs:
238
238
matrix :
239
239
go-version : ["1.22.x", "1.23.x"]
240
240
steps :
241
- -
uses :
actions/[email protected] .1
241
+ -
uses :
actions/[email protected] .2
242
242
with :
243
243
fetch-depth : 1
244
244
- uses : actions/setup-go@v5
@@ -254,7 +254,7 @@ jobs:
254
254
name : docker
255
255
runs-on : ubuntu-24.04
256
256
steps :
257
- -
uses :
actions/[email protected] .1
257
+ -
uses :
actions/[email protected] .2
258
258
with :
259
259
fetch-depth : 1
260
260
- uses : actions/setup-go@v5
@@ -295,7 +295,7 @@ jobs:
295
295
run :
296
296
shell : bash
297
297
steps :
298
- -
uses :
actions/[email protected] .1
298
+ -
uses :
actions/[email protected] .2
299
299
with :
300
300
fetch-depth : 1
301
301
- uses : actions/setup-go@v5
@@ -305,7 +305,7 @@ jobs:
305
305
check-latest : true
306
306
- run : go install ./cmd/nerdctl
307
307
- run : go install -v gotest.tools/gotestsum@v1
308
- -
uses :
actions/[email protected] .1
308
+ -
uses :
actions/[email protected] .2
309
309
with :
310
310
repository : containerd/containerd
311
311
ref : v1.7.23
@@ -330,7 +330,7 @@ jobs:
330
330
runs-on : ubuntu-22.04
331
331
332
332
steps :
333
- -
uses :
actions/[email protected] .1
333
+ -
uses :
actions/[email protected] .2
334
334
- uses : actions/cache@v4
335
335
with :
336
336
path : /root/.vagrant.d
0 commit comments