chore(deps): update actions/setup-python action to v5
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| actions/setup-python | action | major | v4.7.1 -> v5.1.0 |
Release Notes
actions/setup-python (actions/setup-python)
v5.1.0
v5.0.0
What's Changed
In scope of this release, we update node version runtime from node16 to node20 (https://github.com/actions/setup-python/pull/772). Besides, we update dependencies to the latest versions.
Full Changelog: https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0
v4.8.0
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:
- Trim python version when reading from file by @​FerranPares in https://github.com/actions/setup-python/pull/628
- Use non-deprecated versions in examples by @​jeffwidman in https://github.com/actions/setup-python/pull/724
- Change deprecation comment to past tense by @​jeffwidman in https://github.com/actions/setup-python/pull/723
- Bump @​babel/traverse from 7.9.0 to 7.23.2 by @​dependabot in https://github.com/actions/setup-python/pull/743
- advanced-usage.md: Encourage the use actions/checkout@v4 by @​cclauss in https://github.com/actions/setup-python/pull/729
- Examples now use checkout@v4 by @​simonw in https://github.com/actions/setup-python/pull/738
- Update actions/checkout to v4 by @​dmitry-shibanov in https://github.com/actions/setup-python/pull/761
New Contributors
- @​FerranPares made their first contribution in https://github.com/actions/setup-python/pull/628
- @​timfel made their first contribution in https://github.com/actions/setup-python/pull/694
- @​jeffwidman made their first contribution in https://github.com/actions/setup-python/pull/724
Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.8.0
Configuration
đź“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» 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.