From 6ae24a09c7f91efce7beddb95cd9fc8906a373e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 17:53:32 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 6 to 7 in /.github/workflows Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f457273..75666ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: go-version: ${{ env.GO_VERSION }} cache: false # see actions/setup-go#368 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: golangci/golangci-lint-action@v9 with: version: v2.1.6 @@ -59,7 +59,7 @@ jobs: go-version: ${{ env.GO_VERSION }} cache: false # see actions/setup-go#368 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: path: src/github.com/containerd/log fetch-depth: 25 @@ -75,7 +75,7 @@ jobs: timeout-minutes: 5 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: path: src/github.com/containerd/log