v3.1.0 🌈 Support for semver version ranges
github-actions
released this
21 Sep 08:17
·
39 commits
to refs/heads/main
since this release
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
- Set tool(-bin) dir and add to PATH @eifinger (#87)
- Tweak the action branding @charliermarsh (#49)
🚀 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
- Bump peter-evans/create-pull-request from 7.0.3 to 7.0.5 @dependabot (#91)
- Bump eslint from 8.57.0 to 8.57.1 @dependabot (#81)