From b38eee429f6acfe0896e6cf47e7afe7249e6b846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 15:25:06 +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/docs.yml | 2 +- .github/workflows/pytest_coverage.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 95ad863..9b21e28 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Python 3 (with caching) - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.14' cache: 'pip' diff --git a/.github/workflows/pytest_coverage.yml b/.github/workflows/pytest_coverage.yml index a1aa4ad..cbcc495 100644 --- a/.github/workflows/pytest_coverage.yml +++ b/.github/workflows/pytest_coverage.yml @@ -34,7 +34,7 @@ jobs: echo "PR labels: ${{ github.event_name == 'pull_request' && toJSON(github.event.pull_request.labels.*.name) || '' }}" - name: Setup Python 3 (with caching) - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: 3.x cache: 'pip' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc0150d..11eb24b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: git push -f origin "${{ github.event.release.tag_name }}" - name: Setup Python 3 (with caching) - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: 3.x cache: 'pip'