Skip to content

Commit 58be2ad

Browse files
authored
Merge pull request #11 from containerd/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents b8ec79b + 280ae21 commit 58be2ad

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@v4
40+
- uses: actions/checkout@v6
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@v4
62+
- uses: actions/checkout@v6
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@v4
78+
- uses: actions/checkout@v6
7979
with:
8080
path: src/github.com/containerd/plugin
8181

0 commit comments

Comments
 (0)