actions/setup-python
### [`v4.1.0`](https://togithub.com/actions/setup-python/releases/tag/v4.1.0)
[Compare Source](https://togithub.com/actions/setup-python/compare/v4.0.0...v4.1.0)
In scope of this pull request we updated `actions/cache` package as the new version contains fixes for [caching error handling](https://togithub.com/actions/setup-python/pull/448). Moreover, we added a new input [update-environment](https://togithub.com/actions/setup-python/pull/411). This option allows to specify if the action shall update environment variables (default) or not.
##### Update-environment input
```yaml
- name: setup-python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
update-environment: false
```
**Besides, we added such changes as:**
- Allow python-version-file to be a relative path: [https://github.com/actions/setup-python/pull/431](https://togithub.com/actions/setup-python/pull/431)
- Added new environment variables for `Cmake`: [https://github.com/actions/setup-python/pull/440](https://togithub.com/actions/setup-python/pull/440)
- Updated error message for resolveVersion: [https://github.com/actions/setup-python/pull/450](https://togithub.com/actions/setup-python/pull/450)
- Assign default value of `AGENT_TOOLSDIRECTORY` if not set: [https://github.com/actions/setup-python/pull/394](https://togithub.com/actions/setup-python/pull/394)
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, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v4.0.0
->v4.1.0
Release Notes
actions/setup-python
### [`v4.1.0`](https://togithub.com/actions/setup-python/releases/tag/v4.1.0) [Compare Source](https://togithub.com/actions/setup-python/compare/v4.0.0...v4.1.0) In scope of this pull request we updated `actions/cache` package as the new version contains fixes for [caching error handling](https://togithub.com/actions/setup-python/pull/448). Moreover, we added a new input [update-environment](https://togithub.com/actions/setup-python/pull/411). This option allows to specify if the action shall update environment variables (default) or not. ##### Update-environment input ```yaml - name: setup-python 3.9 uses: actions/setup-python@v4 with: python-version: 3.9 update-environment: false ``` **Besides, we added such changes as:** - Allow python-version-file to be a relative path: [https://github.com/actions/setup-python/pull/431](https://togithub.com/actions/setup-python/pull/431) - Added new environment variables for `Cmake`: [https://github.com/actions/setup-python/pull/440](https://togithub.com/actions/setup-python/pull/440) - Updated error message for resolveVersion: [https://github.com/actions/setup-python/pull/450](https://togithub.com/actions/setup-python/pull/450) - Assign default value of `AGENT_TOOLSDIRECTORY` if not set: [https://github.com/actions/setup-python/pull/394](https://togithub.com/actions/setup-python/pull/394)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.