Skip to content

Commit ef0192b

Browse files
gha: bump actions/setup-python to 6.0.0 (#189)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.6.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f6486b commit ef0192b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/[email protected]
5050

5151
- name: Set up Python 3
52-
uses: actions/setup-python@v6
52+
uses: actions/setup-python@v6.0.0
5353
with:
5454
python-version: '3.12'
5555
cache: 'pip'
@@ -121,7 +121,7 @@ jobs:
121121
path: cpython/Doc/locales
122122

123123
- name: Set up Python 3
124-
uses: actions/setup-python@v6
124+
uses: actions/setup-python@v6.0.0
125125
with:
126126
python-version: '3.12'
127127
cache: 'pip'

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/[email protected]
1919
with:
2020
persist-credentials: false
21-
- uses: actions/setup-python@v6
21+
- uses: actions/setup-python@v6.0.0
2222
with:
2323
python-version: "3.x"
2424
- uses: tox-dev/action-pre-commit-uv@v1

.github/workflows/python-docs-theme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
path: python-docs-theme
5050

5151
- name: Set up Python 3
52-
uses: actions/setup-python@v5.6.0
52+
uses: actions/setup-python@v6.0.0
5353
with:
5454
python-version: 3
5555
cache: 'pip'

.github/workflows/updpyver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434

3535
- name: Set up Python 3
36-
uses: actions/setup-python@v6
36+
uses: actions/setup-python@v6.0.0
3737
with:
3838
python-version: '3'
3939
cache: 'pip'

0 commit comments

Comments
 (0)