build(deps): bump actions/setup-python from 5 to 6

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  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]
2025-09-08 02:02:51 +00:00
committed by Xiang Xiao
parent e8a74c927d
commit 149a4ed99e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -245,7 +245,7 @@ jobs:
# Released version of Cython has issues with Python 11. Set runner to use Python 3.10 # Released version of Cython has issues with Python 11. Set runner to use Python 3.10
# https://github.com/cython/cython/issues/4500 # https://github.com/cython/cython/issues/4500
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
with: with:
python-version: '3.10' python-version: '3.10'
- name: Run Builds - name: Run Builds
@@ -361,7 +361,7 @@ jobs:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
# Set up Python environment and install kconfiglib # Set up Python environment and install kconfiglib
- name: Set up Python and install kconfiglib - name: Set up Python and install kconfiglib
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: '3.10' python-version: '3.10'
- name: Install kconfiglib - name: Install kconfiglib
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
with: with:
python-version: '3.8' python-version: '3.8'
- name: Generate Documentation - name: Generate Documentation