Skip to content

Commit 0242508

Browse files
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](actions/setup-python@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>
1 parent 512e7c3 commit 0242508

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
${{ runner.os }}-build-${{ env.cache-name }}-mysql${{ env.MYSQL_VERSION }}-
5454
5555
# Setup Python for AMBuild
56-
- uses: actions/setup-python@v5
56+
- uses: actions/setup-python@v6
5757
name: Setup Python 3.8
5858
with:
5959
python-version: 3.8

.github/workflows/mocktest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
submodules: recursive
3333
path: hl2sdk-mock
3434

35-
- uses: actions/setup-python@v5
35+
- uses: actions/setup-python@v6
3636
name: Setup Python 3.10
3737
with:
3838
python-version: "3.10"

.github/workflows/scripting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
submodules: recursive
3131

3232
# Setup Python for AMBuild
33-
- uses: actions/setup-python@v5
33+
- uses: actions/setup-python@v6
3434
name: Setup Python 3.8
3535
with:
3636
python-version: 3.8

.github/workflows/translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
submodules: recursive
1616

17-
- uses: actions/setup-python@v5
17+
- uses: actions/setup-python@v6
1818
name: Setup Python 3.10
1919
with:
2020
python-version: "3.10"

.github/workflows/translations_sanitycheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- uses: actions/setup-python@v5
20+
- uses: actions/setup-python@v6
2121
name: Setup Python 3.10
2222
with:
2323
python-version: "3.10"

0 commit comments

Comments
 (0)