Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update actions/setup-python action to v4.8.0 (#284)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://github.com/actions/setup-python) | action | minor | `v4.7.1` -> `v4.8.0` | --- ### Release Notes <details> <summary>actions/setup-python (actions/setup-python)</summary> ### [`v4.8.0`](https://github.com/actions/setup-python/releases/tag/v4.8.0) [Compare Source](https://github.com/actions/setup-python/compare/v4.7.1...v4.8.0) #### What's Changed In scope of this release we added support for GraalPy ([https://github.com/actions/setup-python/pull/694](https://github.com/actions/setup-python/pull/694)). You can use this snippet to set up GraalPy: ```yaml 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](https://github.com/FerranPares) in [https://github.com/actions/setup-python/pull/628](https://github.com/actions/setup-python/pull/628) - Use non-deprecated versions in examples by [@​jeffwidman](https://github.com/jeffwidman) in [https://github.com/actions/setup-python/pull/724](https://github.com/actions/setup-python/pull/724) - Change deprecation comment to past tense by [@​jeffwidman](https://github.com/jeffwidman) in [https://github.com/actions/setup-python/pull/723](https://github.com/actions/setup-python/pull/723) - Bump [@​babel/traverse](https://github.com/babel/traverse) from 7.9.0 to 7.23.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/actions/setup-python/pull/743](https://github.com/actions/setup-python/pull/743) - advanced-usage.md: Encourage the use actions/checkout@v4 by [@​cclauss](https://github.com/cclauss) in [https://github.com/actions/setup-python/pull/729](https://github.com/actions/setup-python/pull/729) - Examples now use checkout@v4 by [@​simonw](https://github.com/simonw) in [https://github.com/actions/setup-python/pull/738](https://github.com/actions/setup-python/pull/738) - Update actions/checkout to v4 by [@​dmitry-shibanov](https://github.com/dmitry-shibanov) in [https://github.com/actions/setup-python/pull/761](https://github.com/actions/setup-python/pull/761) #### New Contributors - [@​FerranPares](https://github.com/FerranPares) made their first contribution in [https://github.com/actions/setup-python/pull/628](https://github.com/actions/setup-python/pull/628) - [@​timfel](https://github.com/timfel) made their first contribution in [https://github.com/actions/setup-python/pull/694](https://github.com/actions/setup-python/pull/694) - [@​jeffwidman](https://github.com/jeffwidman) made their first contribution in [https://github.com/actions/setup-python/pull/724](https://github.com/actions/setup-python/pull/724) **Full Changelog**: actions/setup-python@v4...v4.8.0 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/rpdelaney/downforeveryone). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
- Loading branch information