chore(deps): 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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-08-01 21:53:11 +00:00
committed by l
parent a794e5f359
commit 7021a3e899
2 changed files with 3 additions and 3 deletions

View File

@@ -300,7 +300,7 @@ jobs:
path: target/debug
- name: Install python
uses: actions/setup-python@v6.3.0
uses: actions/setup-python@v7.0.0
with:
python-version: ${{ matrix.python }}
@@ -348,7 +348,7 @@ jobs:
persist-credentials: false
- name: Install python
uses: actions/setup-python@v6.3.0
uses: actions/setup-python@v7.0.0
with:
python-version: ${{ matrix.python }}