From 170a677143afc17b242662d4b375c3e230b0ac6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 18:08:40 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from 5 to 7 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/setup-python 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..bde09af 100644 --- a/.github/workflows/production-assurance.yml +++ b/.github/workflows/production-assurance.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v7 with: python-version: "3.12" cache: pip diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index dcddc20..fa581af 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v7 with: python-version: "3.12" cache: pip diff --git a/.github/workflows/seed-ci.yml b/.github/workflows/seed-ci.yml index 4819641..83782f0 100644 --- a/.github/workflows/seed-ci.yml +++ b/.github/workflows/seed-ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v7 with: python-version: "3.12" cache: pip