mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-06-04 15:38:42 +02:00
edc4037b1b
Add AbortSignal.timeout(30s) to fetch requests to ensure they fail fast instead of hanging indefinitely when network issues occur. This fixes issues where the action would hang and eventually get killed by GitHub Actions without a clear error message.