Changes
The absolute paths to the uv and uvx binaries can now be accessed via the outputs uv-path
and uvx-path
.
setup-uv
now also issues a warning if the working directory is empty. This makes users aware of the common mistake to run setup-uv
before actions/checkout
. You can remove the warning by setting ignore-empty-workdir: true
🚀 Enhancements
🧰 Maintenance
- chore: update known checksums for 0.6.9 @github-actions[bot] (#339)
- Merge workflows and add all-tests-passed @eifinger (#331)
- chore: update known checksums for 0.6.8 @github-actions[bot] (#332)
- chore: update known checksums for 0.6.7 @github-actions[bot] (#330)
- Set required workflow permissions @eifinger (#329)
- Add workflow_dispatch triggers to every workflow @eifinger (#326)
- Bump dependencies @eifinger (#324)
- Inline action-update-semver @eifinger (#323)
- chore: update known checksums for 0.6.6 @github-actions[bot] (#318)
- chore: update known checksums for 0.6.5 @github-actions[bot] (#313)
📚 Documentation
- Fix wrong warning message in FAQ @eifinger (#337)
- Warn when the workdir is empty @eifinger (#322)
- Remove apk add python3 for musl test @eifinger (#319)
⬆️ Dependency updates
- Bump @actions/cache from 4.0.2 to 4.0.3 @dependabot[bot] (#334)