setup-uv/src
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
..
cache Support a list of cache-dependency-glob (#41) 2024-09-06 14:44:31 +02:00
download Fix cache linebreak in linux runner (#118) 2024-10-12 08:59:22 +02:00
utils Migrate to Biome for linting and formatting (#107) 2024-09-30 08:55:24 +02:00
save-cache.ts Migrate to Biome for linting and formatting (#107) 2024-09-30 08:55:24 +02:00
setup-uv.ts Migrate to Biome for linting and formatting (#107) 2024-09-30 08:55:24 +02:00
update-known-checksums.ts rename utils/utils.ts to constants.ts (#59) 2024-09-07 12:13:50 +00:00