yezz123/setup-uv

Warning about using latest version because no version specified

Closed this issue · 0 comments

First of all, thanks for the support! love the action and use it all the time.

Currently, when you dont specify a version of uv explicitly, there is a warning:

Using latest version of uv because no version is provided

Its kind of annoying as I look at the workflow warnings to see other lint tools output, and I have multiple jobs so this warning is seen many times.
The behaviour is still desired (to use the latest version), but maybe its possible to remove the warning and use a plain print?
Another option is to be able to set the version explicitly to latest, and also avoid printing the warning all together:

- uses: yezz123/setup-uv@v4
  with:
    uv-version: latest

I think the first option is simpler easier. Its expected to use latest if you dont specify anything, no need for a warning.

Thanks again for the support