Bump actions/setup-python from 5 to 6 (#2352)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-09-08 20:49:49 +00:00 committed by GitHub
parent 512e7c37c1
commit 0242508c19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -53,7 +53,7 @@ jobs:
${{ runner.os }}-build-${{ env.cache-name }}-mysql${{ env.MYSQL_VERSION }}- ${{ runner.os }}-build-${{ env.cache-name }}-mysql${{ env.MYSQL_VERSION }}-
# Setup Python for AMBuild # Setup Python for AMBuild
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
name: Setup Python 3.8 name: Setup Python 3.8
with: with:
python-version: 3.8 python-version: 3.8

View File

@ -32,7 +32,7 @@ jobs:
submodules: recursive submodules: recursive
path: hl2sdk-mock path: hl2sdk-mock
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
name: Setup Python 3.10 name: Setup Python 3.10
with: with:
python-version: "3.10" python-version: "3.10"

View File

@ -30,7 +30,7 @@ jobs:
submodules: recursive submodules: recursive
# Setup Python for AMBuild # Setup Python for AMBuild
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
name: Setup Python 3.8 name: Setup Python 3.8
with: with:
python-version: 3.8 python-version: 3.8

View File

@ -14,7 +14,7 @@ jobs:
with: with:
submodules: recursive submodules: recursive
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
name: Setup Python 3.10 name: Setup Python 3.10
with: with:
python-version: "3.10" python-version: "3.10"

View File

@ -17,7 +17,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
name: Setup Python 3.10 name: Setup Python 3.10
with: with:
python-version: "3.10" python-version: "3.10"