github astral-sh/setup-uv v2.0.0
v2.0.0 🌈 Change default version to `latest`

latest releases: v3.2, v3, v3.2.2...
2 months ago

This is the first release under the @astral-sh org 🥳

We decided to change the default version to latest instead of regularly updating the default version to the latest released version of uv.

This aligns with the default behavior of other setup-x actions.

You can always pin a specific version with:

- name: Install a specific version of uv
  uses: astral-sh/setup-uv@v1
  with:
    version: "0.4.4"

For self hosted runners this enables use of the tool cache and avoids downloading uv everytime (~1s).

The known checksums will still be updated after each release of uv.

Changes

🚨 Breaking changes

🚀 Enhancements

  • Do not change default version on known checksum update @eifinger (#39)

📚 Documentation

⬆️ Dependency updates

Don't miss a new setup-uv release

NewReleases is sending notifications on new releases.