Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update actions/setup-python action to v4.8.0 #25

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 8, 2022

This PR contains the following updates:

Package Type Update Change
actions/setup-python action minor v4.3.0 -> v4.8.0

Release Notes

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

v4.8.0

Compare Source

What's Changed

In scope of this release we added support for GraalPy (https://github.com/actions/setup-python/pull/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 (https://github.com/actions/setup-python/pull/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:

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 (https://github.com/actions/setup-python/issues/446). Besides that we updated json5 version from 2.2.0 to 2.2.3 (https://github.com/actions/setup-python/pull/579).

v4.4.0: Add support to install multiple python versions

Compare Source

In scope of this release we added support to install multiple python versions. For this you can try to use this snippet:

    - uses: actions/setup-python@v4
      with:
        python-version: |
            3.8
            3.9
            3.10

Besides, we changed logic with throwing the error for GHES if cache is unavailable to warn (https://github.com/actions/setup-python/pull/566).

v4.3.1: Improve error handling and messages

Compare Source

In scope of this release we added improved error message to put operating system and its version in the logs (https://github.com/actions/setup-python/pull/559). Besides, the release


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 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.

@codecov
Copy link

codecov bot commented Dec 8, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (develop@0036934). Learn more about missing BASE report.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop      #25   +/-   ##
==========================================
  Coverage           ?   64.06%           
==========================================
  Files              ?        2           
  Lines              ?      192           
  Branches           ?       52           
==========================================
  Hits               ?      123           
  Misses             ?       42           
  Partials           ?       27           
Flag Coverage Δ
unit 64.06% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title Update actions/setup-python action to v4.3.1 Update actions/setup-python action to v4.5.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-python-4.x branch from ca3eef4 to bb12b90 Compare March 16, 2023 15:33
@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 bb12b90 to 58fed7b Compare May 28, 2023 11:17
@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 58fed7b to b4a6f6b Compare July 13, 2023 17:27
@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 b4a6f6b to 97ea1c7 Compare October 2, 2023 11:06
@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 97ea1c7 to 1661451 Compare December 5, 2023 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants