Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 12, 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: 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 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.


  • 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 nicholaswilde as a code owner January 12, 2023 12:18
@renovate renovate bot changed the title Update actions/setup-python action to v4.5.0 Update actions/setup-python action to v4.6.1 May 28, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-python-4.x branch from 64ad2d2 to dba5863 Compare May 28, 2023 12:26
@renovate renovate bot changed the title Update actions/setup-python action to v4.6.1 Update actions/setup-python action to v4.7.0 Jul 13, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-python-4.x branch from dba5863 to dd76cd9 Compare July 13, 2023 16:26
@renovate renovate bot changed the title Update actions/setup-python action to v4.7.0 Update actions/setup-python action to v4.7.1 Oct 2, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-python-4.x branch from dd76cd9 to 4513902 Compare October 2, 2023 13:04
@renovate renovate bot changed the title Update actions/setup-python action to v4.7.1 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 4513902 to 7e83c2e Compare December 5, 2023 11:43
@renovate renovate bot changed the title Update actions/setup-python action to v4.8.0 Update actions/setup-python action to v4.9.0 Apr 14, 2025
@renovate renovate bot force-pushed the renovate/actions-setup-python-4.x branch from 7e83c2e to 95faed4 Compare April 14, 2025 05:39
@renovate renovate bot changed the title Update actions/setup-python action to v4.9.0 Update actions/setup-python action to v4.9.1 Apr 17, 2025
@renovate renovate bot force-pushed the renovate/actions-setup-python-4.x branch from 95faed4 to b73ffa3 Compare April 17, 2025 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant