Skip to content

Commit 4fff6b2

Browse files
authored
Merge pull request #2969 from containerd/dependabot/github_actions/actions/checkout-4.1.5
build(deps): bump actions/checkout from 4.1.4 to 4.1.5
2 parents 01d3206 + cc60f5d commit 4fff6b2

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/[email protected].4
33+
uses: actions/[email protected].5
3434

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

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-22.04
1313
timeout-minutes: 40
1414
steps:
15-
- uses: actions/[email protected].4
15+
- uses: actions/[email protected].5
1616
- uses: actions/setup-go@v5
1717
with:
1818
go-version: 1.22.x

.github/workflows/test.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
timeout-minutes: 20
1818
steps:
19-
- uses: actions/[email protected].4
19+
- uses: actions/[email protected].5
2020
with:
2121
path: src/github.com/containerd/nerdctl
2222
fetch-depth: 100
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-22.04
3838
timeout-minutes: 20
3939
steps:
40-
- uses: actions/[email protected].4
40+
- uses: actions/[email protected].5
4141
with:
4242
fetch-depth: 1
4343
- uses: actions/setup-go@v5
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-22.04
5858
timeout-minutes: 20
5959
steps:
60-
- uses: actions/[email protected].4
60+
- uses: actions/[email protected].5
6161
with:
6262
fetch-depth: 1
6363
- uses: actions/setup-go@v5
@@ -88,7 +88,7 @@ jobs:
8888
UBUNTU_VERSION: "${{ matrix.ubuntu }}"
8989
CONTAINERD_VERSION: "${{ matrix.containerd }}"
9090
steps:
91-
- uses: actions/[email protected].4
91+
- uses: actions/[email protected].5
9292
with:
9393
fetch-depth: 1
9494
- name: "Prepare integration test environment"
@@ -118,7 +118,7 @@ jobs:
118118
UBUNTU_VERSION: "${{ matrix.ubuntu }}"
119119
CONTAINERD_VERSION: "${{ matrix.containerd }}"
120120
steps:
121-
- uses: actions/[email protected].4
121+
- uses: actions/[email protected].5
122122
with:
123123
fetch-depth: 1
124124
- name: Enable ipv4 and ipv6 forwarding
@@ -194,7 +194,7 @@ jobs:
194194
ROOTLESSKIT_VERSION: "${{ matrix.rootlesskit }}"
195195
TEST_TARGET: "${{ matrix.target }}"
196196
steps:
197-
- uses: actions/[email protected].4
197+
- uses: actions/[email protected].5
198198
with:
199199
fetch-depth: 1
200200
- name: "Register QEMU (tonistiigi/binfmt)"
@@ -211,7 +211,7 @@ jobs:
211211
matrix:
212212
go-version: ["1.21.x", "1.22.x"]
213213
steps:
214-
- uses: actions/[email protected].4
214+
- uses: actions/[email protected].5
215215
with:
216216
fetch-depth: 1
217217
- uses: actions/setup-go@v5
@@ -226,7 +226,7 @@ jobs:
226226
runs-on: ubuntu-22.04
227227
timeout-minutes: 30
228228
steps:
229-
- uses: actions/[email protected].4
229+
- uses: actions/[email protected].5
230230
with:
231231
fetch-depth: 1
232232
- uses: actions/setup-go@v5
@@ -263,7 +263,7 @@ jobs:
263263
run:
264264
shell: bash
265265
steps:
266-
- uses: actions/[email protected].4
266+
- uses: actions/[email protected].5
267267
with:
268268
fetch-depth: 1
269269
- uses: actions/setup-go@v5
@@ -272,7 +272,7 @@ jobs:
272272
cache: true
273273
check-latest: true
274274
- run: go install ./cmd/nerdctl
275-
- uses: actions/[email protected].4
275+
- uses: actions/[email protected].5
276276
with:
277277
repository: containerd/containerd
278278
ref: v1.7.16
@@ -295,7 +295,7 @@ jobs:
295295
timeout-minutes: 20
296296

297297
steps:
298-
- uses: actions/[email protected].4
298+
- uses: actions/[email protected].5
299299
- uses: actions/cache@v4
300300
with:
301301
path: /root/.vagrant.d

0 commit comments

Comments
 (0)