Skip to content

Build(deps): Bump actions/setup-python from 6.3.0 to 7.0.0 - #4798

Merged
seisman merged 3 commits into
mainfrom
dependabot/github_actions/actions/setup-python-7.0.0
Aug 6, 2026
Merged

Build(deps): Bump actions/setup-python from 6.3.0 to 7.0.0#4798
seisman merged 3 commits into
mainfrom
dependabot/github_actions/actions/setup-python-7.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/setup-python from 6.3.0 to 7.0.0.

Release notes

Sourced from actions/setup-python's releases.

v7.0.0

What's Changed

Enhancements

Bug Fix

Dependency Upgrade

New Contributors

Full Changelog: actions/setup-python@v6...v7.0.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@ece7cb0...5fda3b9)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added maintenance Boring but important stuff for the core devs skip-changelog Skip adding Pull Request to changelog labels Aug 4, 2026
@seisman seisman added this to the 0.20.0 milestone Aug 5, 2026
@seisman seisman added the final review call This PR requires final review and approval from a second reviewer label Aug 5, 2026
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
with:
python-version: '3.14'
pip-install: ruff prek # zizmor: ignore[misfeature]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pip-install parameter is removed in actions/setup-python v7.0.0 (xref: https://redirect.github.com/actions/setup-python/pull/1336).

@seisman seisman removed the final review call This PR requires final review and approval from a second reviewer label Aug 6, 2026
@seisman
seisman requested a lite review from Copilot August 6, 2026 05:10

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s GitHub Actions workflows to use actions/setup-python v7 (pinned by commit SHA), and adapts workflows to the v7 removal of the pip-install input by installing dependencies in explicit run steps.

Changes:

  • Bump actions/setup-python from v6.3.0 to v7.0.0 (pinned SHA) across affected workflows.
  • Replace the deprecated/removed pip-install input with explicit python -m pip install ... steps.
  • Keep installed-package visibility by running python -m pip list after installs where previously present.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
.github/workflows/type_checks.yml Update setup-python to v7 and move package installation into a dedicated step before make typecheck.
.github/workflows/style_checks.yaml Update setup-python to v7 and install ruff/prek via pip in a separate step.
.github/workflows/publish-to-pypi.yml Update setup-python to v7 and install build in a dedicated step prior to packaging.
.github/workflows/format-command.yml Update setup-python to v7 and install formatting tools via pip in a dedicated step.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@seisman
seisman merged commit d6eaf3f into main Aug 6, 2026
10 checks passed
@seisman
seisman deleted the dependabot/github_actions/actions/setup-python-7.0.0 branch August 6, 2026 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Boring but important stuff for the core devs skip-changelog Skip adding Pull Request to changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants