Skip to content

v2.0.0 🌈 Change default version to `latest`

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 16:16
· 38 commits to refs/heads/main since this release
663d8f7

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