Skip to content

Commit 2234b3c

Browse files
committed
Upgrade to actions/checkout@v4
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
1 parent 006b86a commit 2234b3c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
go-version: ${{ env.GO_VERSION }}
3838
cache: false # see actions/setup-go#368
3939

40-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
4141
- uses: golangci/golangci-lint-action@v6
4242
with:
4343
version: v1.61.0
@@ -59,7 +59,7 @@ jobs:
5959
go-version: ${{ env.GO_VERSION }}
6060
cache: false # see actions/setup-go#368
6161

62-
- uses: actions/checkout@v3
62+
- uses: actions/checkout@v4
6363
with:
6464
path: src/github.com/containerd/plugin
6565
fetch-depth: 25
@@ -75,7 +75,7 @@ jobs:
7575
timeout-minutes: 5
7676

7777
steps:
78-
- uses: actions/checkout@v2
78+
- uses: actions/checkout@v4
7979
with:
8080
path: src/github.com/containerd/plugin
8181

0 commit comments

Comments
 (0)