From 641ce382ee9f5cdd96d4b0296dca849e34ef8dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 05:24:09 +0000 Subject: [PATCH] actions: bump actions/checkout from 4.3.1 to 7.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.1 to 7.0.0. - [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.3.1...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1620b7b..1d92130 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: matrix: go-version: ['1.19', '1.22', '1.23'] steps: - - uses: actions/checkout@v4.3.1 + - uses: actions/checkout@v7.0.0 - uses: actions/setup-go@v5.6.0 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ecb3606..b052ab5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: echo "::error::Releases must be cut from main (got $GITHUB_REF)." exit 1 - - uses: actions/checkout@v4.3.1 + - uses: actions/checkout@v7.0.0 with: fetch-depth: 0 fetch-tags: true