From dce0bd6a17e50865c13e817e94a8b309e175f178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:13:09 +0000 Subject: [PATCH] chore: bump actions/checkout from 6 to 7 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/go.yml | 8 ++++---- .github/workflows/release.yml | 2 +- .github/workflows/repo.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2c7ad82c..52933d48 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: # Checkout with full history to enable commit listing - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -65,7 +65,7 @@ jobs: name: Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Go uses: actions/setup-go@v6 @@ -94,7 +94,7 @@ jobs: arch: [amd64, arm64] steps: # Checkout the specific commit to test - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ matrix.commit }} @@ -116,6 +116,6 @@ jobs: name: Check License Lines runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: kt3k/license_checker@v1.0.6 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0bdd9a33..41d22916 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: manifest-file: .release-please-manifest.json - if: ${{ steps.release.outputs.release_created }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Go if: ${{ steps.release.outputs.release_created }} uses: actions/setup-go@v6 diff --git a/.github/workflows/repo.yml b/.github/workflows/repo.yml index bed3b7e0..44fc43c4 100644 --- a/.github/workflows/repo.yml +++ b/.github/workflows/repo.yml @@ -14,7 +14,7 @@ jobs: name: Conventional Commits runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - uses: actions/setup-node@v6