Skip to content

Commit 9ba4db5

Browse files
authored
Merge pull request containerd#3514 from containerd/dependabot/github_actions/actions/checkout-4.2.1
build(deps): bump actions/checkout from 4.2.0 to 4.2.1
2 parents e8ae137 + 7ff3c68 commit 9ba4db5

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

.github/workflows/ghcr-image-build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout repository
35-
uses: actions/[email protected].0
35+
uses: actions/[email protected].1
3636

3737
- name: Set up QEMU
3838
uses: docker/setup-qemu-action@v3

.github/workflows/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-24.04
1414
timeout-minutes: 20
1515
steps:
16-
- uses: actions/[email protected].0
16+
- uses: actions/[email protected].1
1717
with:
1818
path: src/github.com/containerd/nerdctl
1919
fetch-depth: 100

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-24.04
1111
timeout-minutes: 40
1212
steps:
13-
- uses: actions/[email protected].0
13+
- uses: actions/[email protected].1
1414
- uses: actions/setup-go@v5
1515
with:
1616
go-version: 1.23.x

.github/workflows/test-canary.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: "ubuntu-24.04"
2020
timeout-minutes: 20
2121
steps:
22-
- uses: actions/[email protected].0
22+
- uses: actions/[email protected].1
2323
with:
2424
fetch-depth: 1
2525
- name: Set GO env
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: "ubuntu-24.04"
4141
timeout-minutes: 40
4242
steps:
43-
- uses: actions/[email protected].0
43+
- uses: actions/[email protected].1
4444
with:
4545
fetch-depth: 1
4646
- name: "Prepare integration test environment"
@@ -74,7 +74,7 @@ jobs:
7474
run:
7575
shell: bash
7676
steps:
77-
- uses: actions/[email protected].0
77+
- uses: actions/[email protected].1
7878
with:
7979
fetch-depth: 1
8080
- name: Set GO env
@@ -97,7 +97,7 @@ jobs:
9797
- run: go install ./cmd/nerdctl
9898
# This here is solely to get the cni install script, which has not been modified in 3+ years.
9999
# There is little to no reason to update this to latest containerd
100-
- uses: actions/[email protected].0
100+
- uses: actions/[email protected].1
101101
with:
102102
repository: containerd/containerd
103103
ref: "v1.7.22"

.github/workflows/test-kube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: "ubuntu-24.04"
1919
timeout-minutes: 40
2020
steps:
21-
- uses: actions/[email protected].0
21+
- uses: actions/[email protected].1
2222
with:
2323
fetch-depth: 1
2424
- name: "Run Kubernetes integration tests"

.github/workflows/test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-24.04
1818
timeout-minutes: 20
1919
steps:
20-
- uses: actions/[email protected].0
20+
- uses: actions/[email protected].1
2121
with:
2222
fetch-depth: 1
2323
- uses: actions/setup-go@v5
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-24.04
4444
timeout-minutes: 20
4545
steps:
46-
- uses: actions/[email protected].0
46+
- uses: actions/[email protected].1
4747
with:
4848
fetch-depth: 1
4949
- uses: actions/setup-go@v5
@@ -78,7 +78,7 @@ jobs:
7878
UBUNTU_VERSION: "${{ matrix.ubuntu }}"
7979
CONTAINERD_VERSION: "${{ matrix.containerd }}"
8080
steps:
81-
- uses: actions/[email protected].0
81+
- uses: actions/[email protected].1
8282
with:
8383
fetch-depth: 1
8484
- 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/[email protected].0
123+
- uses: actions/[email protected].1
124124
with:
125125
fetch-depth: 1
126126
- name: Enable ipv4 and ipv6 forwarding
@@ -207,7 +207,7 @@ jobs:
207207
}
208208
EOT
209209
sudo systemctl restart apparmor.service
210-
- uses: actions/[email protected].0
210+
- uses: actions/[email protected].1
211211
with:
212212
fetch-depth: 1
213213
- name: "Register QEMU (tonistiigi/binfmt)"
@@ -244,7 +244,7 @@ jobs:
244244
matrix:
245245
go-version: ["1.22.x", "1.23.x"]
246246
steps:
247-
- uses: actions/[email protected].0
247+
- uses: actions/[email protected].1
248248
with:
249249
fetch-depth: 1
250250
- uses: actions/setup-go@v5
@@ -259,7 +259,7 @@ jobs:
259259
runs-on: ubuntu-24.04
260260
timeout-minutes: 45
261261
steps:
262-
- uses: actions/[email protected].0
262+
- uses: actions/[email protected].1
263263
with:
264264
fetch-depth: 1
265265
- uses: actions/setup-go@v5
@@ -308,7 +308,7 @@ jobs:
308308
run:
309309
shell: bash
310310
steps:
311-
- uses: actions/[email protected].0
311+
- uses: actions/[email protected].1
312312
with:
313313
fetch-depth: 1
314314
- uses: actions/setup-go@v5
@@ -317,7 +317,7 @@ jobs:
317317
cache: true
318318
check-latest: true
319319
- run: go install ./cmd/nerdctl
320-
- uses: actions/[email protected].0
320+
- uses: actions/[email protected].1
321321
with:
322322
repository: containerd/containerd
323323
ref: v1.7.22
@@ -342,7 +342,7 @@ jobs:
342342
timeout-minutes: 20
343343

344344
steps:
345-
- uses: actions/[email protected].0
345+
- uses: actions/[email protected].1
346346
- uses: actions/cache@v4
347347
with:
348348
path: /root/.vagrant.d

0 commit comments

Comments
 (0)