From 793a468309bf8eb13a67affb94fda0914197cb8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 17:33:32 +0000 Subject: [PATCH] Bump actions/setup-python from 6 to 7 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...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/Copier.yml | 2 +- .github/workflows/Lint.yml | 2 +- .github/workflows/PreCommitUpdate.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Copier.yml b/.github/workflows/Copier.yml index cbc3ad7..3716eee 100644 --- a/.github/workflows/Copier.yml +++ b/.github/workflows/Copier.yml @@ -22,7 +22,7 @@ jobs: - name: Hack for setup-python cache # https://github.com/actions/setup-python/issues/807 run: touch requirements.txt - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: cache: "pip" python-version: "3.11" diff --git a/.github/workflows/Lint.yml b/.github/workflows/Lint.yml index a046586..da63f54 100644 --- a/.github/workflows/Lint.yml +++ b/.github/workflows/Lint.yml @@ -31,7 +31,7 @@ jobs: - name: Hack for setup-python cache # https://github.com/actions/setup-python/issues/807 run: touch requirements.txt - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: cache: "pip" python-version: "3.11" diff --git a/.github/workflows/PreCommitUpdate.yml b/.github/workflows/PreCommitUpdate.yml index ad87818..c79eeb9 100644 --- a/.github/workflows/PreCommitUpdate.yml +++ b/.github/workflows/PreCommitUpdate.yml @@ -13,7 +13,7 @@ jobs: - name: Hack for setup-python cache # https://github.com/actions/setup-python/issues/807 run: touch requirements.txt - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: cache: pip python-version: "3.11"