Skip to content

Commit 65de901

Browse files
authored
Merge pull request #2575 from containerd/dependabot/github_actions/actions/checkout-4.1.1
build(deps): bump actions/checkout from 4.1.0 to 4.1.1
2 parents 7e647f9 + 6c8ea8b commit 65de901

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
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].0
33+
uses: actions/[email protected].1
3434

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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].0
15+
- uses: actions/[email protected].1
1616
- uses: actions/setup-go@v4
1717
with:
1818
go-version: 1.21.x

.github/workflows/test.yml

Lines changed: 10 additions & 10 deletions
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].0
19+
- uses: actions/[email protected].1
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].0
40+
- uses: actions/[email protected].1
4141
with:
4242
fetch-depth: 1
4343
- uses: actions/setup-go@v4
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-22.04
5858
timeout-minutes: 20
5959
steps:
60-
- uses: actions/[email protected].0
60+
- uses: actions/[email protected].1
6161
with:
6262
fetch-depth: 1
6363
- uses: actions/setup-go@v4
@@ -88,7 +88,7 @@ jobs:
8888
UBUNTU_VERSION: "${{ matrix.ubuntu }}"
8989
CONTAINERD_VERSION: "${{ matrix.containerd }}"
9090
steps:
91-
- uses: actions/[email protected].0
91+
- uses: actions/[email protected].1
9292
with:
9393
fetch-depth: 1
9494
- name: "Prepare integration test environment"
@@ -141,7 +141,7 @@ jobs:
141141
CONTAINERD_VERSION: "${{ matrix.containerd }}"
142142
TEST_TARGET: "${{ matrix.target }}"
143143
steps:
144-
- uses: actions/[email protected].0
144+
- uses: actions/[email protected].1
145145
with:
146146
fetch-depth: 1
147147
- name: "Register QEMU (tonistiigi/binfmt)"
@@ -158,7 +158,7 @@ jobs:
158158
matrix:
159159
go-version: ["1.20.x", "1.21.x"]
160160
steps:
161-
- uses: actions/[email protected].0
161+
- uses: actions/[email protected].1
162162
with:
163163
fetch-depth: 1
164164
- uses: actions/setup-go@v4
@@ -173,7 +173,7 @@ jobs:
173173
runs-on: ubuntu-22.04
174174
timeout-minutes: 30
175175
steps:
176-
- uses: actions/[email protected].0
176+
- uses: actions/[email protected].1
177177
with:
178178
fetch-depth: 1
179179
- uses: actions/setup-go@v4
@@ -209,7 +209,7 @@ jobs:
209209
run:
210210
shell: bash
211211
steps:
212-
- uses: actions/[email protected].0
212+
- uses: actions/[email protected].1
213213
with:
214214
fetch-depth: 1
215215
- uses: actions/setup-go@v4
@@ -218,7 +218,7 @@ jobs:
218218
cache: true
219219
check-latest: true
220220
- run: go install ./cmd/nerdctl
221-
- uses: actions/[email protected].0
221+
- uses: actions/[email protected].1
222222
with:
223223
repository: containerd/containerd
224224
ref: v1.7.7
@@ -243,7 +243,7 @@ jobs:
243243
timeout-minutes: 20
244244

245245
steps:
246-
- uses: actions/[email protected].0
246+
- uses: actions/[email protected].1
247247
- uses: actions/cache@v3
248248
with:
249249
path: /root/.vagrant.d

0 commit comments

Comments
 (0)