From 3b1d0f1fa1148429e4713750d76e485c2aa4e587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 19:17:28 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/production-assurance.yml | 2 +- .github/workflows/release-candidate.yml | 2 +- .github/workflows/seed-ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/production-assurance.yml b/.github/workflows/production-assurance.yml index 5aa1cc0..6030502 100644 --- a/.github/workflows/production-assurance.yml +++ b/.github/workflows/production-assurance.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index a570e20..dbd3bf3 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/seed-ci.yml b/.github/workflows/seed-ci.yml index ba1e1b2..2ff3df5 100644 --- a/.github/workflows/seed-ci.yml +++ b/.github/workflows/seed-ci.yml @@ -13,7 +13,7 @@ jobs: candidate-consistency: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 - uses: actions/setup-python@v5