Skip to content

v3.1.0 🌈 Support for semver version ranges

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 08:17
· 23 commits to refs/heads/main since this release
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

⬆️ Dependency updates