Skip to content

Commit 28d2bb5

Browse files
authored
Bump actions/setup-python from 6.0.0 to 6.1.0 (#23)
Add support for pip-install input by @​gowridurgad in actions/setup-python#1201 Add graalpy early-access and windows builds by @​timfel in actions/setup-python#880 Dependency and Documentation updates: Enhanced wording and updated example usage for allow-prereleases by @​yarikoptic in actions/setup-python#979 Upgrade urllib3 from 1.26.19 to 2.5.0 and document breaking changes in v6 by @​dependabot in actions/setup-python#1139 Upgrade typescript from 5.4.2 to 5.9.3 and Documentation update by @​dependabot in actions/setup-python#1094 Upgrade actions/publish-action from 0.3.0 to 0.4.0 & Documentation update for pip-install input by @​dependabot in actions/setup-python#1199 Upgrade requests from 2.32.2 to 2.32.4 by @​dependabot in actions/setup-python#1130 Upgrade prettier from 3.5.3 to 3.6.2 by @​dependabot in actions/setup-python#1234 Upgrade @​types/node from 24.1.0 to 24.9.1 and update macos-13 to macos-15-intel by @​dependabot in actions/setup-python#1235
2 parents 113a451 + 2f44a5e commit 28d2bb5

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@v6.0.0
34+
uses: actions/setup-python@v6.1.0
3535
with:
3636
python-version: "3.10"
3737
- name: Install python deps

0 commit comments

Comments
 (0)