chore(deps): update actions/setup-python action to v7 - #22
Conversation
|
adb9e28 to
b280ee6
Compare
|
PR author is in the excluded authors list. |
| with: | ||
| persist-credentials: false | ||
| - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 | ||
| - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 |
There was a problem hiding this comment.
🔍 Action pin bumped across a major version jump for the reusable workflow
.github/workflows/_checks.yml:57 jumps from v5.6.0 straight to v7.0.0, while .github/workflows/python-lint.yml:26 came from v6.2.0. Both now share the same pinned SHA, so drift is resolved. The steps only use python-version: "3.12" (no cache, no outputs consumed), so the major-version input/output changes in v7 are unlikely to affect these jobs. Note that _checks.yml is a reusable gate documented as mirroring wave-foundation's checks.yml (see the header comment at .github/workflows/_checks.yml:3-6); if the upstream copy in wave-foundation is not bumped in parallel, the two copies drift, which that comment explicitly warns against.
Was this helpful? React with 👍 or 👎 to provide feedback.
ApprovabilityVerdict: Needs human review This PR updates the actions/setup-python action to v7 in CI workflow files. While the changes are minor CI/CD updates, both files are owned by wave-av/core-team and the renovate bot author is not a designated owner. The owning team should review this dependency bump. You can customize Macroscope's approvability policy. Learn more. |


This PR contains the following updates:
v6.2.0→v7.0.0v5.6.0→v7.0.0Release Notes
actions/setup-python (actions/setup-python)
v7.0.0Compare Source
v7Compare Source
v6.3.0Compare Source
What's Changed
Enhancement
Dependency update
Documentation
New Contributors
Full Changelog: actions/setup-python@v6...v6.3.0
Configuration
📅 Schedule: (UTC)
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.