astral-sh/setup-uv
Version updated for astral-sh/setup-uv to version v4.2.0.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 4,696 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Changes
We got a frist contribution from @pollenjp!
Thanks to this we are now resolving the latest version and try to find it in the local cache instead of always downloading the latest release from the uv repository. This new approach is not only more efficient, it also fixes a latent bug in the self-hosted runners tools cache and makes the code more maintainable.
Thank you @pollenjp!
🚀 Enhancements
- Resolve latest version instead of downloading latest release @pollenjp (#178)
🧰 Maintenance
- Add test for python-version @eifinger (#177)