From 62f3ab28283303d7f19f0d7bbf91042353a3c742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 22:33:06 +0000 Subject: [PATCH] Bump actions/setup-python from 6.3.0 to 7.0.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6.3.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/python.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index ce3a26b9..5757d9bf 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -101,7 +101,7 @@ jobs: ref: ${{github.event.pull_request.head.ref}} - name: Set up python id: setup-python - uses: actions/setup-python@v6.3.0 + uses: actions/setup-python@v7.0.0 with: python-version-file: "pyproject.toml" - name: Install poetry @@ -154,7 +154,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up python id: setup-python - uses: actions/setup-python@v6.3.0 + uses: actions/setup-python@v7.0.0 with: python-version-file: "pyproject.toml" - name: Install poetry