Skip to content

Update actions/setup-python action to v4.9.1#45

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/actions-setup-python-4.x
Open

Update actions/setup-python action to v4.9.1#45
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/actions-setup-python-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 24, 2023

This PR contains the following updates:

Package Type Update Change
actions/setup-python action minor v4.4.0v4.9.1

Release Notes

actions/setup-python (actions/setup-python)

v4.9.1

Compare Source

What's Changed

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

v4.9.0

Compare Source

What's Changed

  • Upgrade actions/cache to 4.0.3 by @​priya-kinthali in #​1073
    In scope of this release we updated actions/cache package to ensure continued support and compatibility, as older versions of the package are now deprecated. For more information please refer to the toolkit/cache.

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

v4.8.0

Compare Source

What's Changed

In scope of this release we added support for GraalPy (#​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

Compare Source

What's Changed

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

v4.7.0

Compare Source

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

      - name: Setup Python
        uses: actions/setup-python@v4
        with:
          python-version-file: pyproject.toml
Besides, it includes such changes as:

New Contributors

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

v4.6.1

Compare Source

What's Changed

New Contributors

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

v4.6.0: Add allow-prereleases input

Compare Source

In scope of this release we added a new input (allow-prereleases) to allow falling back to pre-release versions of Python when a matching GA version of Python is not available

steps:
  - uses: actions/checkout@v3
  - uses: actions/setup-python@v4
    with:
      python-version: 3.12
      allow-prereleases: true

Besides, we added such changes as:

  • Fix bug to trim new line for PyPy version: #​610
  • Added pip dependency file to generate hash from it: #​604
  • Improved error handling for saving and restoring cache: #​618
  • Add warning if cache paths are empty: #​642

v4.5.0: Fix cache issue for Poetry projects located in subfolders

Compare Source

In scope of this release we fixed cache issue for Poetry projects located in subfolders (#​446). Besides that we updated json5 version from 2.2.0 to 2.2.3 (#​579).


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner April 24, 2023 13:14
@renovate renovate Bot added dependencies Pull requests that update a dependency file github-actions labels Apr 24, 2023
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 24, 2023

Pull Request Test Coverage Report for Build 7107858742

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 5529374690: 0.0%
Covered Lines: 0
Relevant Lines: 261

💛 - Coveralls

@renovate renovate Bot force-pushed the renovate/actions-setup-python-4.x branch from 567d6dd to 3e7f95b Compare May 27, 2023 14:10
@renovate renovate Bot changed the title chore(deps-dev): update actions/setup-python action to v4.6.0 chore(deps-dev): update actions/setup-python action to v4.6.1 May 27, 2023
@renovate renovate Bot changed the title chore(deps-dev): update actions/setup-python action to v4.6.1 chore(deps-dev): update actions/setup-python action to v4.7.0 Jul 17, 2023
@renovate renovate Bot force-pushed the renovate/actions-setup-python-4.x branch from 3e7f95b to ed3d227 Compare July 17, 2023 20:58
@renovate renovate Bot changed the title chore(deps-dev): update actions/setup-python action to v4.7.0 chore(deps-dev): update actions/setup-python action to v4.7.1 Oct 3, 2023
@renovate renovate Bot force-pushed the renovate/actions-setup-python-4.x branch from ed3d227 to 62a699d Compare October 3, 2023 08:30
@renovate renovate Bot force-pushed the renovate/actions-setup-python-4.x branch from 62a699d to b4d78ef Compare December 5, 2023 23:23
@renovate renovate Bot changed the title chore(deps-dev): update actions/setup-python action to v4.7.1 chore(deps-dev): update actions/setup-python action to v4.8.0 Dec 5, 2023
@renovate renovate Bot force-pushed the renovate/actions-setup-python-4.x branch from b4d78ef to 4af74f1 Compare April 16, 2025 20:15
@renovate renovate Bot changed the title chore(deps-dev): update actions/setup-python action to v4.8.0 chore(deps-dev): update actions/setup-python action to v4.9.0 Apr 16, 2025
@renovate renovate Bot force-pushed the renovate/actions-setup-python-4.x branch from 4af74f1 to 665e2e3 Compare April 20, 2025 15:23
@renovate renovate Bot changed the title chore(deps-dev): update actions/setup-python action to v4.9.0 chore(deps-dev): update actions/setup-python action to v4.9.1 Apr 20, 2025
@renovate renovate Bot force-pushed the renovate/actions-setup-python-4.x branch from 665e2e3 to d985fa6 Compare July 28, 2025 18:07
@renovate renovate Bot changed the title chore(deps-dev): update actions/setup-python action to v4.9.1 Update actions/setup-python action to v4.9.1 Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github-actions size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants