chore(deps): bump actions/setup-python from 5 to 7 (#5829)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-07-28 10:10:43 +02:00
committed by GitHub
parent 59bb97cdc3
commit 9d1291a0b8

View File

@@ -44,7 +44,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
fetch-tags: true fetch-tags: true
- uses: actions/setup-python@v5 - uses: actions/setup-python@v7
with: with:
python-version: "3.x" python-version: "3.x"