Skip to content

v5.4.0 🌈 uv and uvx path as outputs

Choose a tag to compare

@github-actions github-actions released this 21 Mar 14:05
2269511

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

📚 Documentation

⬆️ Dependency updates