Skip to content

Commit c4601d4

Browse files
authored
Bump actions/setup-python from 5.6.0 to 6.0.0 (#18)
Bumps actions/setup-python from 5.6.0 to 6.0.0. Upgrade to node 24 Enhancements: Add support for pip-version by @​priyagupta108 in actions/setup-python#1129 Enhance reading from .python-version by @​krystof-k in actions/setup-python#787 Add version parsing from Pipfile by @​aradkdj in actions/setup-python#1067 Bug fixes: Clarify pythonLocation behaviour for PyPy and GraalPy in environment variables by @​aparnajyothi-y in actions/setup-python#1183 Change missing cache directory error to warning by @​aparnajyothi-y in actions/setup-python#1182 Add Architecture-Specific PATH Management for Python with --user Flag on Windows by @​aparnajyothi-y in actions/setup-python#1122 Include python version in PyPy python-version output by @​cdce8p in actions/setup-python#1110 Update docs: clarification on pip authentication with setup-python by @​priya-kinthali in actions/setup-python#1156
2 parents a4a0dd3 + 76c02dd commit c4601d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/gh-pages.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Show action trigger
3232
run: echo "= The job was automatically triggered by a ${{github.event_name}} event on repo ${{github.event.repository.name}}."
3333
- name: Set up Python 3.10
34-
uses: actions/setup-python@v5.6.0
34+
uses: actions/setup-python@v6.0.0
3535
with:
3636
python-version: "3.10"
3737
- name: Install python deps

0 commit comments

Comments
 (0)