build(deps): 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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-20 10:42:33 +00:00
committed by GitHub
parent f0a3a74374
commit 009754d137
+4 -4
View File
@@ -26,7 +26,7 @@ jobs:
version: "0.9.x" version: "0.9.x"
- name: "Set up Python" - name: "Set up Python"
uses: actions/setup-python@v6 uses: actions/setup-python@v7
with: with:
python-version: "3.11" python-version: "3.11"
@@ -60,7 +60,7 @@ jobs:
version: "0.9.x" version: "0.9.x"
- name: "Set up Python" - name: "Set up Python"
uses: actions/setup-python@v6 uses: actions/setup-python@v7
with: with:
python-version: ${{ matrix.python }} python-version: ${{ matrix.python }}
@@ -151,7 +151,7 @@ jobs:
version: "0.9.x" version: "0.9.x"
- name: "Set up Python" - name: "Set up Python"
uses: actions/setup-python@v6 uses: actions/setup-python@v7
with: with:
python-version: ${{ matrix.python }} python-version: ${{ matrix.python }}
@@ -200,7 +200,7 @@ jobs:
version: "0.9.x" version: "0.9.x"
- name: "Set up Python" - name: "Set up Python"
uses: actions/setup-python@v6 uses: actions/setup-python@v7
with: with:
python-version: ${{ matrix.python }} python-version: ${{ matrix.python }}