Skip to content

Commit 86f7cf4

Browse files
authored
Merge pull request #1414 from containerd/dependabot/github_actions/actions/checkout-3.1.0
Bump actions/checkout from 3.0.2 to 3.1.0
2 parents 8d8e366 + 02ad394 commit 86f7cf4

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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

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

2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@v3.0.2
31+
uses: actions/checkout@v3.1.0
3232

3333
# Login against a Docker registry except on PR
3434
# https://github.com/docker/login-action

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-go@v3
1515
with:
1616
go-version: 1.19.x
17-
- uses: actions/checkout@v3.0.2
17+
- uses: actions/checkout@v3.1.0
1818
- name: "Compile binaries"
1919
run: make artifacts
2020
- name: "SHA256SUMS"

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-go@v3
1717
with:
1818
go-version: 1.19.x
19-
- uses: actions/checkout@v3.0.2
19+
- uses: actions/checkout@v3.1.0
2020
with:
2121
path: src/github.com/containerd/nerdctl
2222
fetch-depth: 100
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-22.04
2929
timeout-minutes: 20
3030
steps:
31-
- uses: actions/checkout@v3.0.2
31+
- uses: actions/checkout@v3.1.0
3232
with:
3333
fetch-depth: 1
3434
- uses: actions/setup-go@v3
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/setup-go@v3
4848
with:
4949
go-version: 1.19.x
50-
- uses: actions/checkout@v3.0.2
50+
- uses: actions/checkout@v3.1.0
5151
with:
5252
fetch-depth: 1
5353
- name: "Run unit tests"
@@ -73,7 +73,7 @@ jobs:
7373
UBUNTU_VERSION: "${{ matrix.ubuntu }}"
7474
CONTAINERD_VERSION: "${{ matrix.containerd }}"
7575
steps:
76-
- uses: actions/checkout@v3.0.2
76+
- uses: actions/checkout@v3.1.0
7777
with:
7878
fetch-depth: 1
7979
- name: "Prepare integration test environment"
@@ -109,7 +109,7 @@ jobs:
109109
UBUNTU_VERSION: "${{ matrix.ubuntu }}"
110110
CONTAINERD_VERSION: "${{ matrix.containerd }}"
111111
steps:
112-
- uses: actions/checkout@v3.0.2
112+
- uses: actions/checkout@v3.1.0
113113
with:
114114
fetch-depth: 1
115115
- name: "Register QEMU (tonistiigi/binfmt)"
@@ -130,7 +130,7 @@ jobs:
130130
- uses: actions/setup-go@v3
131131
with:
132132
go-version: 1.19.x
133-
- uses: actions/checkout@v3.0.2
133+
- uses: actions/checkout@v3.1.0
134134
with:
135135
fetch-depth: 1
136136
- name: "Cross"
@@ -143,7 +143,7 @@ jobs:
143143
- uses: actions/setup-go@v3
144144
with:
145145
go-version: 1.19.x
146-
- uses: actions/checkout@v3.0.2
146+
- uses: actions/checkout@v3.1.0
147147
with:
148148
fetch-depth: 1
149149
- name: "Register QEMU (tonistiigi/binfmt)"

0 commit comments

Comments
 (0)