Skip to content

Commit c94a967

Browse files
authored
Merge pull request #1000 from containerd/dependabot/github_actions/actions/checkout-3.0.2
Bump actions/checkout from 3.0.1 to 3.0.2
2 parents 6fe8c82 + c63982b commit c94a967

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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].1
33+
uses: actions/[email protected].2
3434

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

.github/workflows/release.yml

+1-1
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.18.x
17-
- uses: actions/[email protected].1
17+
- uses: actions/[email protected].2
1818
- name: "Compile binaries"
1919
run: make artifacts
2020
- name: "SHA256SUMS"

.github/workflows/test.yml

+7-7
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.18.x
19-
- uses: actions/[email protected].1
19+
- uses: actions/[email protected].2
2020
with:
2121
path: src/github.com/containerd/nerdctl
2222
fetch-depth: 100
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-20.04
2929
timeout-minutes: 20
3030
steps:
31-
- uses: actions/[email protected].1
31+
- uses: actions/[email protected].2
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.18.x
50-
- uses: actions/[email protected].1
50+
- uses: actions/[email protected].2
5151
with:
5252
fetch-depth: 1
5353
- name: "Run unit tests"
@@ -63,7 +63,7 @@ jobs:
6363
env:
6464
CONTAINERD_VERSION: "${{ matrix.containerd }}"
6565
steps:
66-
- uses: actions/[email protected].1
66+
- uses: actions/[email protected].2
6767
with:
6868
fetch-depth: 1
6969
- name: "Prepare integration test environment"
@@ -89,7 +89,7 @@ jobs:
8989
env:
9090
CONTAINERD_VERSION: "${{ matrix.containerd }}"
9191
steps:
92-
- uses: actions/[email protected].1
92+
- uses: actions/[email protected].2
9393
with:
9494
fetch-depth: 1
9595
- name: "Register QEMU (tonistiigi/binfmt)"
@@ -110,7 +110,7 @@ jobs:
110110
- uses: actions/setup-go@v3
111111
with:
112112
go-version: 1.18.x
113-
- uses: actions/[email protected].1
113+
- uses: actions/[email protected].2
114114
with:
115115
fetch-depth: 1
116116
- name: "Cross"
@@ -123,7 +123,7 @@ jobs:
123123
- uses: actions/setup-go@v3
124124
with:
125125
go-version: 1.18.x
126-
- uses: actions/[email protected].1
126+
- uses: actions/[email protected].2
127127
with:
128128
fetch-depth: 1
129129
- name: "Register QEMU (tonistiigi/binfmt)"

0 commit comments

Comments
 (0)