Skip to content

v3.1.0 🌈 Support for semver version ranges

Choose a tag to compare

@github-actions github-actions released this 21 Sep 08:17
aeb4649

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

  • Fix a typo SHA265 → SHA256 @bswck-hai (#90)
  • Update version in README from v2 to v3 @eifinger (#85)
  • Fix prettier destroying markdown NOTE @eifinger (#80)

⬆️ Dependency updates