Skip to content

Commit d43e710

Browse files
chore(deps): update actions/setup-python action to v6.2.0 (#1387)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | minor | `v6.0.0` → `v6.2.0` | --- ### Release Notes <details> <summary>actions/setup-python (actions/setup-python)</summary> ### [`v6.2.0`](https://redirect.github.com/actions/setup-python/compare/v6.1.0...v6.2.0) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v6.1.0...v6.2.0) ### [`v6.1.0`](https://redirect.github.com/actions/setup-python/releases/tag/v6.1.0) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v6...v6.1.0) ##### What's Changed ##### Enhancements: - Add support for `pip-install` input by [@&#8203;gowridurgad](https://redirect.github.com/gowridurgad) in [#&#8203;1201](https://redirect.github.com/actions/setup-python/pull/1201) - Add graalpy early-access and windows builds by [@&#8203;timfel](https://redirect.github.com/timfel) in [#&#8203;880](https://redirect.github.com/actions/setup-python/pull/880) ##### Dependency and Documentation updates: - Enhanced wording and updated example usage for `allow-prereleases` by [@&#8203;yarikoptic](https://redirect.github.com/yarikoptic) in [#&#8203;979](https://redirect.github.com/actions/setup-python/pull/979) - Upgrade urllib3 from 1.26.19 to 2.5.0 and document breaking changes in v6 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1139](https://redirect.github.com/actions/setup-python/pull/1139) - Upgrade typescript from 5.4.2 to 5.9.3 and Documentation update by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1094](https://redirect.github.com/actions/setup-python/pull/1094) - Upgrade actions/publish-action from 0.3.0 to 0.4.0 & Documentation update for pip-install input by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1199](https://redirect.github.com/actions/setup-python/pull/1199) - Upgrade requests from 2.32.2 to 2.32.4 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1130](https://redirect.github.com/actions/setup-python/pull/1130) - Upgrade prettier from 3.5.3 to 3.6.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1234](https://redirect.github.com/actions/setup-python/pull/1234) - Upgrade [@&#8203;types/node](https://redirect.github.com/types/node) from 24.1.0 to 24.9.1 and update macos-13 to macos-15-intel by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1235](https://redirect.github.com/actions/setup-python/pull/1235) ##### New Contributors - [@&#8203;yarikoptic](https://redirect.github.com/yarikoptic) made their first contribution in [#&#8203;979](https://redirect.github.com/actions/setup-python/pull/979) **Full Changelog**: <actions/setup-python@v6...v6.1.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/openapi-generators/openapi-python-client). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 454f989 commit d43e710

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v6.0.1
1919
- name: Set up Python
20-
uses: actions/setup-python@v6.0.0
20+
uses: actions/setup-python@v6.2.0
2121
with:
2222
python-version: ${{ matrix.python }}
2323

@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@v6.0.1
7878
- name: Set up Python
79-
uses: actions/setup-python@v6.0.0
79+
uses: actions/setup-python@v6.2.0
8080
with:
8181
python-version: "3.10"
8282

@@ -161,7 +161,7 @@ jobs:
161161
steps:
162162
- uses: actions/checkout@v6.0.1
163163
- name: Set up Python
164-
uses: actions/setup-python@v6.0.0
164+
uses: actions/setup-python@v6.2.0
165165
with:
166166
python-version: "3.10"
167167
- name: Get Python Version

0 commit comments

Comments
 (0)