setup-uv/dist
Yoshihisa Mochihara f731690a1d
Fix cache linebreak in linux runner (#118)
Related https://github.com/astral-sh/setup-uv/issues/106

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 PR trims the version number to remove the line break.
2024-10-12 08:59:22 +02:00
..
save-cache Migrate to Biome for linting and formatting (#107) 2024-09-30 08:55:24 +02:00
setup Fix cache linebreak in linux runner (#118) 2024-10-12 08:59:22 +02:00
update-known-checksums Migrate to Biome for linting and formatting (#107) 2024-09-30 08:55:24 +02:00