sscheib / ansible-role-file_deployment

Very simple role to deploy files
GNU General Public License v2.0
0 stars 4 forks source link

chore(deps): Update actions/setup-python action to v5.2.0 #442

Closed sscheib closed 2 months ago

sscheib commented 2 months ago

This PR contains the following updates:

Package Type Update Change
actions/setup-python action minor v5.1.1 -> v5.2.0

Release Notes

actions/setup-python (actions/setup-python) ### [`v5.2.0`](https://togithub.com/actions/setup-python/releases/tag/v5.2.0) [Compare Source](https://togithub.com/actions/setup-python/compare/v5.1.1...v5.2.0) #### What's Changed ##### Bug fixes: - Add `.zip` extension to Windows package downloads for `Expand-Archive` Compatibility by [@​priyagupta108](https://togithub.com/priyagupta108) in [https://github.com/actions/setup-python/pull/916](https://togithub.com/actions/setup-python/pull/916) This addresses compatibility issues on Windows self-hosted runners by ensuring that the filenames for Python and PyPy package downloads explicitly include the .zip extension, allowing the Expand-Archive command to function correctly. - Add arch to cache key by [@​Zxilly](https://togithub.com/Zxilly) in [https://github.com/actions/setup-python/pull/896](https://togithub.com/actions/setup-python/pull/896) This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts ##### Documentation changes: - Fix display of emojis in contributors doc by [@​sciencewhiz](https://togithub.com/sciencewhiz) in [https://github.com/actions/setup-python/pull/899](https://togithub.com/actions/setup-python/pull/899) - Documentation update for caching poetry dependencies by [@​gowridurgad](https://togithub.com/gowridurgad) in [https://github.com/actions/setup-python/pull/908](https://togithub.com/actions/setup-python/pull/908) ##### Dependency updates: - Bump [@​iarna/toml](https://togithub.com/iarna/toml) version from 2.2.5 to 3.0.0 by [@​priya-kinthali](https://togithub.com/priya-kinthali) in [https://github.com/actions/setup-python/pull/912](https://togithub.com/actions/setup-python/pull/912) - Bump pyinstaller from 3.6 to 5.13.1 by [@​aparnajyothi-y](https://togithub.com/aparnajyothi-y) in [https://github.com/actions/setup-python/pull/923](https://togithub.com/actions/setup-python/pull/923) #### New Contributors - [@​sciencewhiz](https://togithub.com/sciencewhiz) made their first contribution in [https://github.com/actions/setup-python/pull/899](https://togithub.com/actions/setup-python/pull/899) - [@​priyagupta108](https://togithub.com/priyagupta108) made their first contribution in [https://github.com/actions/setup-python/pull/916](https://togithub.com/actions/setup-python/pull/916) - [@​Zxilly](https://togithub.com/Zxilly) made their first contribution in [https://github.com/actions/setup-python/pull/896](https://togithub.com/actions/setup-python/pull/896) - [@​aparnajyothi-y](https://togithub.com/aparnajyothi-y) made their first contribution in [https://github.com/actions/setup-python/pull/923](https://togithub.com/actions/setup-python/pull/923) **Full Changelog**: https://github.com/actions/setup-python/compare/v5...v5.2.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR is behind base branch, 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 Renovate Bot.

sscheib commented 1 month ago

:tada: This PR is included in version 1.4.7 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: