Skip to content

v4.2.0 🌈 Resolve latest version instead of downloading latest release

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Nov 18:16
· 24 commits to refs/heads/main since this release
38f3f10

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