From 02cae5f8bfdd45d85ecca8aad69577f27169840b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 02:52:50 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 5 in /.github/workflows Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 9829679..043bdd9 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@v4 + - uses: actions/checkout@v5 - uses: golangci/golangci-lint-action@v6 with: version: v1.61.0 @@ -59,7 +59,7 @@ jobs: go-version: ${{ env.GO_VERSION }} cache: false # see actions/setup-go#368 - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: path: src/github.com/containerd/log fetch-depth: 25 @@ -75,7 +75,7 @@ jobs: timeout-minutes: 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: path: src/github.com/containerd/log