Open
Description
I noticed that within GitHub Actions workflows for this project that a curl
is used to install uv
. While this works and enables uv
to be used within those environments, they could be improved by using the official uv
GH Action from Astral. One benefit here is that the Action could automatically be updated by Dependabot or similar, keeping it automatically up to date and saving maintainer focus for other tasks.