github astral-sh/setup-uv v3.1.0
v3.1.0 🌈 Support for semver version ranges

latest releases: v3.2, v3, v3.2.2...
one month ago

You can now also use semver ranges to define the version of uv to install:

- name: Install a semver range of uv
  uses: astral-sh/setup-uv@v3
  with:
    version: ">=0.3.0"
- name: Pinning a minor version of uv
  uses: astral-sh/setup-uv@v3
  with:
    version: "0.3.x"

Learn more in the README

Changes

🚀 Enhancements

🧰 Maintenance

  • chore: update known checksums for 0.4.14 @github-actions (#94)
  • chore: update known checksums for 0.4.13 @github-actions (#93)
  • chore: update known checksums for 0.4.12 @github-actions (#86)
  • chore: update known checksums for 0.4.11 @github-actions (#84)

📚 Documentation

⬆️ Dependency updates

Don't miss a new setup-uv release

NewReleases is sending notifications on new releases.