Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 23, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

actions/setup-python

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:


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

@renovate renovate bot added dependencies Pull requests that update a dependency file github-actions labels Apr 23, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-python-4.x branch from 9053bf7 to 347b869 Compare May 27, 2023 14:44
@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 force-pushed the renovate/actions-setup-python-4.x branch from 347b869 to 06b943b Compare July 4, 2023 13:18
@raffis raffis self-requested a review July 4, 2023 19:41
@raffis raffis merged commit 8e14b86 into master Jul 4, 2023
@renovate renovate bot deleted the renovate/actions-setup-python-4.x branch July 4, 2023 19:44
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.

1 participant