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

chore(deps-dev): update actions/setup-python action to v4.7.1 #22

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 26, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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


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 requested a review from a team as a code owner May 26, 2023 10:10
@renovate renovate bot force-pushed the renovate/actions-setup-python-4.x branch from 9660484 to 6cc446c Compare May 27, 2023 13:35
@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
@github-actions
Copy link

github-actions bot commented May 27, 2023

Pull Request Test Coverage Report for Build 6387852205

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 3 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.7%) to 60.046%

Files with Coverage Reduction New Missed Lines %
controllers/vaultbinding_controller.go 3 68.42%
Totals Coverage Status
Change from base Build 5521361094: -0.7%
Covered Lines: 263
Relevant Lines: 438

💛 - Coveralls

@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 18, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-python-4.x branch from 6cc446c to 5592573 Compare July 18, 2023 05:19
@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 5592573 to dec8299 Compare October 3, 2023 02:16
@petardoodle petardoodle merged commit 76ff4ba into master Oct 12, 2023
4 checks passed
@petardoodle petardoodle deleted the renovate/actions-setup-python-4.x branch October 12, 2023 12:47
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.

1 participant