Bump actions/setup-python from 4 to 5 (#2095)

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

---
updated-dependencies:
- dependency-name: actions/setup-python
  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] 2023-12-18 23:18:36 +00:00 committed by GitHub
parent a2e5e2a442
commit 5f309f45f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 }}-
# Setup Python for AMBuild
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
name: Setup Python 3.8
with:
python-version: 3.8

View File

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

View File

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

View File

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

View File

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