setup-uv/dist/setup
Yoshihisa Mochihara e452967449 Fix version includes line break
We can see the differences `uv --version` in different platforms:

OSX: uv 0.4.20 (0e1b25a53 2024-10-08)\n
Linux: uv 0.4.20\n

In getVersion function we split the output by space and return the second part.
This commit trims the version number to remove the line break.
2024-10-11 16:31:54 +02:00
..
index.js Fix version includes line break 2024-10-11 16:31:54 +02:00