Skip to content

⬆️ Update actions/setup-python action to v4.6.0#661

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/actions-setup-python-4.x
Apr 22, 2023
Merged

⬆️ Update actions/setup-python action to v4.6.0#661
renovate[bot] merged 1 commit intomainfrom
renovate/actions-setup-python-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 22, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-python action minor v4.5.0 -> v4.6.0

Release Notes

actions/setup-python

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:


Configuration

📅 Schedule: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Upgrade or downgrade of project dependencies. github_actions no-stale This issue or PR is exempted from the stable bot. labels Apr 22, 2023
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 22, 2023

Codecov Report

Merging #661 (b78e394) into main (7f21772) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #661   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           96        96           
  Branches        15        15           
=========================================
  Hits            96        96           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@renovate renovate bot force-pushed the renovate/actions-setup-python-4.x branch from 7e123ed to b78e394 Compare April 22, 2023 05:39
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot merged commit 96ae115 into main Apr 22, 2023
@renovate renovate bot deleted the renovate/actions-setup-python-4.x branch April 22, 2023 08:45
@github-actions github-actions bot locked and limited conversation to collaborators Apr 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant