SchwarzIT / node-red-chart

Node-red Helm Chart
Apache License 2.0
43 stars 28 forks source link

chore(deps): update actions/setup-python action to v4.1.0 #127

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-python action minor 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.