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-24 07:32:33 +00:00
committed by GitHub
parent 159fc62dae
commit bcd8f6ef5a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -187,7 +187,7 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: '3.13'
@@ -331,7 +331,7 @@ jobs:
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: '3.13'
architecture: ${{ matrix.target.architecture }}
+1 -1
View File
@@ -64,7 +64,7 @@ jobs:
-B build
cmake --build build --parallel --config ${{ env.CMAKE_CONFIG }}
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: '3.13'