chore(deps): update actions/setup-python action to v6.2.0 #95
Reference in New Issue
Block a user
Delete Branch "renovate/actions-setup-python-6.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v6→v6.2.0Release Notes
actions/setup-python (actions/setup-python)
v6.2.0Compare Source
What's Changed
Dependency Upgrades
/__tests__/databy @dependabot in #1253 and #1264Full Changelog: https://github.com/actions/setup-python/compare/v6...v6.2.0
v6.1.0Compare Source
What's Changed
Enhancements:
pip-installinput by @gowridurgad in #1201Dependency and Documentation updates:
allow-prereleasesby @yarikoptic in #979New Contributors
Full Changelog: https://github.com/actions/setup-python/compare/v6...v6.1.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate.
Summary
a309ff8b426b58ec0e2a45f0f869d46889d02405actually corresponds to thev5.0.0release ofactions/setup-python, notv6.2.0or evenv6. Applying this change creates a version mismatch between the pinned SHA and the human-readable comment.@@ -11,3 +11,3 @@steps:- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0The pinned SHA
a309ff8b426b58ec0e2a45f0f869d46889d02405is for versionv5.0.0. If the intent is to upgrade tov6.2.0, the SHA should be updated to0b92565e3e2883017a57b326fb520857793b5168. Currently, the comment and the pinned SHA are out of sync.