Skip to content

Commit 280ae21

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b8ec79b commit 280ae21

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)