Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps actions/setup-python from 4 to 5.

Release notes

Sourced from actions/setup-python's releases.

v5.0.0

What's Changed

In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772). Besides, we update dependencies to the latest versions.

Full Changelog: actions/setup-python@v4.8.0...v5.0.0

v4.8.0

What's Changed

In scope of this release we added support for GraalPy (actions/setup-python#694). You can use this snippet to set up GraalPy:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4 
  with:
    python-version: 'graalpy-22.3' 
- run: python my_script.py

Besides, the release contains such changes as:

New Contributors

Full Changelog: actions/setup-python@v4...v4.8.0

v4.7.1

What's Changed

Full Changelog: actions/setup-python@v4...v4.7.1

v4.7.0

In scope of this release, the support for reading python version from pyproject.toml was added (actions/setup-python#669).

      - name: Setup Python
        uses: actions/setup-python@v4
</tr></table> 

... (truncated)

Commits
  • 0b93645 Enhance workflows: Add macOS 13 support, upgrade publish-action, and update d...
  • 9c76e71 Bump pillow from 7.2 to 10.2.0 in /tests/data (#956)
  • f4c5a11 Revise isGhes logic (#963)
  • 19dfb7b Bump default versions to latest (#905)
  • e9675cc Merge pull request #943 from actions/Jcambass-patch-1
  • 3226af6 Upgrade IA publish
  • 70dcb22 Merge pull request #941 from actions/Jcambass-patch-1
  • 65b48c7 Create publish-immutable-actions.yml
  • 29a37be initial commit (#938)
  • f677139 Bump pyinstaller from 3.6 to 5.13.1 in /tests/data (#923)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

The following labels could not be found: dependencies, github-actions.

@dependabot dependabot bot requested a review from botshelomokoka December 9, 2024 10:17
@github-actions
Copy link
Contributor

❌ Commit cycle failed. Please check the workflow logs.

Copy link
Owner

@botshelomokoka botshelomokoka left a comment

Choose a reason for hiding this comment

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

The pull request #18 includes the following changes across multiple workflow files:

Changes:

  1. .github/workflows/action_review.yml

    -        uses: actions/setup-python@v4
    +        uses: actions/setup-python@v5
  2. .github/workflows/ai-validation.yml

    -        uses: actions/setup-python@v4
    +        uses: actions/setup-python@v5
  3. .github/workflows/backport.yml

    -        uses: actions/setup-python@v4
    +        uses: actions/setup-python@v5
  4. .github/workflows/benchmark.yml

    -        uses: actions/setup-python@v4
    +        uses: actions/setup-python@v5
  5. .github/workflows/docs-deployment.yml

    -        uses: actions/setup-python@v4
    +        uses: actions/setup-python@v5

Review Summary:

  • Change: Updates the action actions/setup-python from version 4 to version 5 in multiple workflow files.
  • Code Impact: Minimal, as this change updates the action versions used in workflows to the latest version, which includes improvements and new features as per the release notes.

Recommendation:

  • Approval: This change is recommended for approval as it ensures the workflows use the latest version of the actions/setup-python action. Verify that the updated action version is compatible with existing workflows and passes all CI checks.

@botshelomokoka botshelomokoka merged commit 07c975c into main Dec 10, 2024
2 of 5 checks passed
@botshelomokoka botshelomokoka deleted the dependabot/github_actions/actions/setup-python-5 branch December 10, 2024 04:56
@github-actions
Copy link
Contributor

✅ Backport PRs created successfully!

1 similar comment
@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2025

✅ Backport PRs created successfully!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants