Skip to content

Commit 34d953d

Browse files
chore(deps): update actions/setup-python action to v6.2.0 (#332)
This PR contains the following updates: | Package | Type | Update | Change | | --- ## Generated Summary - Upgraded Python setup action from v6.1.0 to v6.2.0 in the rigging_pr_description workflow. - Ensured compatibility with Python 3.14 by using the latest setup-python action. - Minor version bump with no reported breaking changes. This summary was generated with ❤️ by [rigging](https://docs.dreadnode.io/rigging/) | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | minor | `v6.1.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/releases/tag/v6.2.0) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v6.1.0...v6.2.0) #### What's Changed ##### Dependency Upgrades - Upgrade dependencies to Node 24 compatible versions by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in [#&#8203;1259](https://redirect.github.com/actions/setup-python/pull/1259) - Upgrade urllib3 from 2.5.0 to 2.6.3 in `/__tests__/data` by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1253](https://redirect.github.com/actions/setup-python/pull/1253) and [#&#8203;1264](https://redirect.github.com/actions/setup-python/pull/1264) **Full Changelog**: <actions/setup-python@v6...v6.2.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44OS40IiwidXBkYXRlZEluVmVyIjoiNDIuODkuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents 20d5b53 + 9d805a6 commit 34d953d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rigging_pr_description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0 # full history for proper diffing
1919

2020
- name: Set up Python
21-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
21+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2222
with:
2323
python-version: "3.14"
2424

0 commit comments

Comments
 (0)