40
40
CONTAINERD_VERSION : " ${{ matrix.containerd }}"
41
41
ARCH : " ${{ matrix.arch }}"
42
42
steps :
43
- - uses : actions/checkout@v4.2.2
43
+ - uses : actions/checkout@v4
44
44
with :
45
45
fetch-depth : 1
46
46
- name : " Expose GitHub Runtime variables for gha"
73
73
- os : ubuntu-24.04
74
74
goos : linux
75
75
steps :
76
- - uses : actions/checkout@v4.2.2
76
+ - uses : actions/checkout@v4
77
77
with :
78
78
fetch-depth : 1
79
79
- uses : actions/setup-go@v5
82
82
check-latest : true
83
83
cache : true
84
84
- if : ${{ matrix.goos=='windows' }}
85
- uses : actions/checkout@v4.2.2
85
+ uses : actions/checkout@v4
86
86
with :
87
87
repository : containerd/containerd
88
88
ref : v1.7.24
@@ -126,7 +126,7 @@ jobs:
126
126
ARCH : " ${{ matrix.arch }}"
127
127
UBUNTU_VERSION : " ${{ matrix.ubuntu }}"
128
128
steps :
129
- - uses : actions/checkout@v4.2.2
129
+ - uses : actions/checkout@v4
130
130
with :
131
131
fetch-depth : 1
132
132
- name : " Expose GitHub Runtime variables for gha"
@@ -175,7 +175,7 @@ jobs:
175
175
ARCH : " ${{ matrix.arch }}"
176
176
UBUNTU_VERSION : " ${{ matrix.ubuntu }}"
177
177
steps :
178
- - uses : actions/checkout@v4.2.2
178
+ - uses : actions/checkout@v4
179
179
with :
180
180
fetch-depth : 1
181
181
- name : Enable ipv4 and ipv6 forwarding
@@ -271,7 +271,7 @@ jobs:
271
271
}
272
272
EOT
273
273
sudo systemctl restart apparmor.service
274
- - uses : actions/checkout@v4.2.2
274
+ - uses : actions/checkout@v4
275
275
with :
276
276
fetch-depth : 1
277
277
- name : " Register QEMU (tonistiigi/binfmt)"
@@ -313,7 +313,7 @@ jobs:
313
313
matrix :
314
314
go-version : ["1.22.x", "1.23.x"]
315
315
steps :
316
- - uses : actions/checkout@v4.2.2
316
+ - uses : actions/checkout@v4
317
317
with :
318
318
fetch-depth : 1
319
319
- uses : actions/setup-go@v5
@@ -329,7 +329,7 @@ jobs:
329
329
name : docker
330
330
runs-on : ubuntu-24.04
331
331
steps :
332
- - uses : actions/checkout@v4.2.2
332
+ - uses : actions/checkout@v4
333
333
with :
334
334
fetch-depth : 1
335
335
- uses : actions/setup-go@v5
@@ -365,7 +365,7 @@ jobs:
365
365
run :
366
366
shell : bash
367
367
steps :
368
- - uses : actions/checkout@v4.2.2
368
+ - uses : actions/checkout@v4
369
369
with :
370
370
fetch-depth : 1
371
371
- uses : actions/setup-go@v5
@@ -375,7 +375,7 @@ jobs:
375
375
check-latest : true
376
376
- run : go install ./cmd/nerdctl
377
377
- run : go install -v gotest.tools/gotestsum@v1
378
- - uses : actions/checkout@v4.2.2
378
+ - uses : actions/checkout@v4
379
379
with :
380
380
repository : containerd/containerd
381
381
ref : v1.7.24
@@ -399,7 +399,7 @@ jobs:
399
399
# ubuntu-24.04 lacks the vagrant package
400
400
runs-on : ubuntu-22.04
401
401
steps :
402
- - uses : actions/checkout@v4.2.2
402
+ - uses : actions/checkout@v4
403
403
with :
404
404
fetch-depth : 1
405
405
- uses : actions/cache@v4
0 commit comments