Closed renovate[bot] closed 2 years ago
Name | Link |
---|---|
Latest commit | 208a09873a951f4faab8a456c051697de5d02b25 |
Latest deploy log | https://app.netlify.com/sites/packwiz/deploys/62e94afef5296300084e46fc |
Deploy Preview | https://deploy-preview-24--packwiz.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
This PR contains the following updates:
v4.1.0
->v4.2.0
Release Notes
actions/setup-python
### [`v4.2.0`](https://togithub.com/actions/setup-python/releases/tag/v4.2.0) [Compare Source](https://togithub.com/actions/setup-python/compare/v4.1.0...v4.2.0) In scope of this release we add the [check-latest](https://togithub.com/actions/setup-python/pull/406) input. If check-latest is set to true, the action first checks if the cached version is the latest one. If the locally cached version is not the most up-to-date, the version will then be downloaded from [python-versions](https://togithub.com/actions/python-versions) repository. By default check-latest is set to false. For PyPy it will to try to reach https://downloads.python.org/pypy/versions.json ##### Example of usage: ```yaml steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: python-version: '3.9' check-latest: true - run: python --version ``` Besides, it includes such changes as - Resolved logs for python-version and file inputs: [https://github.com/actions/setup-python/pull/465](https://togithub.com/actions/setup-python/pull/465) - Added linux os release info to primary key: [https://github.com/actions/setup-python/pull/467](https://togithub.com/actions/setup-python/pull/467) - Added fix to change Python versions for poetry: [https://github.com/actions/setup-python/pull/445](https://togithub.com/actions/setup-python/pull/445) - Fix Tool Path handling for self-hosted runners: [https://github.com/actions/setup-python/pull/466](https://togithub.com/actions/setup-python/pull/466)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.
This PR has been generated by Mend Renovate. View repository job log here.