3333 - os : ubuntu-24.04
3434 goos : linux
3535 steps :
36- - uses : actions/checkout@v4.2.1
36+ - uses : actions/checkout@v4.2.2
3737 with :
3838 fetch-depth : 1
3939 - uses : actions/setup-go@v5
4242 check-latest : true
4343 cache : true
4444 - if : ${{ matrix.goos=='windows' }}
45- uses : actions/checkout@v4.2.1
45+ uses : actions/checkout@v4.2.2
4646 with :
4747 repository : containerd/containerd
4848 ref : v1.7.23
8080 UBUNTU_VERSION : " ${{ matrix.ubuntu }}"
8181 CONTAINERD_VERSION : " ${{ matrix.containerd }}"
8282 steps :
83- - uses : actions/checkout@v4.2.1
83+ - uses : actions/checkout@v4.2.2
8484 with :
8585 fetch-depth : 1
8686 - name : " Prepare integration test environment"
@@ -120,7 +120,7 @@ jobs:
120120 UBUNTU_VERSION : " ${{ matrix.ubuntu }}"
121121 CONTAINERD_VERSION : " ${{ matrix.containerd }}"
122122 steps :
123- - uses : actions/checkout@v4.2.1
123+ - uses : actions/checkout@v4.2.2
124124 with :
125125 fetch-depth : 1
126126 - name : Enable ipv4 and ipv6 forwarding
@@ -203,7 +203,7 @@ jobs:
203203 }
204204 EOT
205205 sudo systemctl restart apparmor.service
206- - uses : actions/checkout@v4.2.1
206+ - uses : actions/checkout@v4.2.2
207207 with :
208208 fetch-depth : 1
209209 - name : " Register QEMU (tonistiigi/binfmt)"
@@ -238,7 +238,7 @@ jobs:
238238 matrix :
239239 go-version : ["1.22.x", "1.23.x"]
240240 steps :
241- - uses : actions/checkout@v4.2.1
241+ - uses : actions/checkout@v4.2.2
242242 with :
243243 fetch-depth : 1
244244 - uses : actions/setup-go@v5
@@ -254,7 +254,7 @@ jobs:
254254 name : docker
255255 runs-on : ubuntu-24.04
256256 steps :
257- - uses : actions/checkout@v4.2.1
257+ - uses : actions/checkout@v4.2.2
258258 with :
259259 fetch-depth : 1
260260 - uses : actions/setup-go@v5
@@ -295,7 +295,7 @@ jobs:
295295 run :
296296 shell : bash
297297 steps :
298- - uses : actions/checkout@v4.2.1
298+ - uses : actions/checkout@v4.2.2
299299 with :
300300 fetch-depth : 1
301301 - uses : actions/setup-go@v5
@@ -305,7 +305,7 @@ jobs:
305305 check-latest : true
306306 - run : go install ./cmd/nerdctl
307307 - run : go install -v gotest.tools/gotestsum@v1
308- - uses : actions/checkout@v4.2.1
308+ - uses : actions/checkout@v4.2.2
309309 with :
310310 repository : containerd/containerd
311311 ref : v1.7.23
@@ -330,7 +330,7 @@ jobs:
330330 runs-on : ubuntu-22.04
331331
332332 steps :
333- - uses : actions/checkout@v4.2.1
333+ - uses : actions/checkout@v4.2.2
334334 - uses : actions/cache@v4
335335 with :
336336 path : /root/.vagrant.d
0 commit comments