Skip to content

Commit 5f71cec

Browse files
authored
Merge pull request #3594 from containerd/dependabot/github_actions/actions/checkout-4.2.2
build(deps): bump actions/checkout from 4.2.1 to 4.2.2
2 parents 3dfe8d2 + 0ee1a59 commit 5f71cec

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout repository
34-
uses: actions/[email protected].1
34+
uses: actions/[email protected].2
3535

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

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
GOOS: "${{ matrix.goos }}"
3838
steps:
39-
- uses: actions/[email protected].1
39+
- uses: actions/[email protected].2
4040
with:
4141
fetch-depth: 1
4242
- name: Set GO env
@@ -60,7 +60,7 @@ jobs:
6060
name: yaml | shell | imports order
6161
runs-on: ubuntu-24.04
6262
steps:
63-
- uses: actions/[email protected].1
63+
- uses: actions/[email protected].2
6464
with:
6565
fetch-depth: 1
6666
- uses: actions/setup-go@v5

.github/workflows/project.yml

+1-1
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].1
16+
- uses: actions/[email protected].2
1717
with:
1818
path: src/github.com/containerd/nerdctl
1919
fetch-depth: 100

.github/workflows/release.yml

+1-1
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].1
13+
- uses: actions/[email protected].2
1414
- uses: actions/setup-go@v5
1515
with:
1616
go-version: 1.23.x

.github/workflows/test-canary.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: "ubuntu-24.04"
2020
timeout-minutes: 40
2121
steps:
22-
- uses: actions/[email protected].1
22+
- uses: actions/[email protected].2
2323
with:
2424
fetch-depth: 1
2525
- name: "Prepare integration test environment"
@@ -55,7 +55,7 @@ jobs:
5555
run:
5656
shell: bash
5757
steps:
58-
- uses: actions/[email protected].1
58+
- uses: actions/[email protected].2
5959
with:
6060
fetch-depth: 1
6161
- name: Set GO env
@@ -79,7 +79,7 @@ jobs:
7979
- run: go install -v gotest.tools/gotestsum@v1
8080
# This here is solely to get the cni install script, which has not been modified in 3+ years.
8181
# There is little to no reason to update this to latest containerd
82-
- uses: actions/[email protected].1
82+
- uses: actions/[email protected].2
8383
with:
8484
repository: containerd/containerd
8585
ref: "v1.7.23"

.github/workflows/test-kube.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
ROOTFUL: true
1919
steps:
20-
- uses: actions/[email protected].1
20+
- uses: actions/[email protected].2
2121
with:
2222
fetch-depth: 1
2323
- name: "Run Kubernetes integration tests"

.github/workflows/test.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- os: ubuntu-24.04
3434
goos: linux
3535
steps:
36-
- uses: actions/[email protected].1
36+
- uses: actions/[email protected].2
3737
with:
3838
fetch-depth: 1
3939
- uses: actions/setup-go@v5
@@ -42,7 +42,7 @@ jobs:
4242
check-latest: true
4343
cache: true
4444
- if: ${{ matrix.goos=='windows' }}
45-
uses: actions/[email protected].1
45+
uses: actions/[email protected].2
4646
with:
4747
repository: containerd/containerd
4848
ref: v1.7.23
@@ -80,7 +80,7 @@ jobs:
8080
UBUNTU_VERSION: "${{ matrix.ubuntu }}"
8181
CONTAINERD_VERSION: "${{ matrix.containerd }}"
8282
steps:
83-
- uses: actions/[email protected].1
83+
- uses: actions/[email protected].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/[email protected].1
123+
- uses: actions/[email protected].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/[email protected].1
206+
- uses: actions/[email protected].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/[email protected].1
241+
- uses: actions/[email protected].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/[email protected].1
257+
- uses: actions/[email protected].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/[email protected].1
298+
- uses: actions/[email protected].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/[email protected].1
308+
- uses: actions/[email protected].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/[email protected].1
333+
- uses: actions/[email protected].2
334334
- uses: actions/cache@v4
335335
with:
336336
path: /root/.vagrant.d

0 commit comments

Comments
 (0)