mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-02-28 02:48:41 +01:00
Debian unstable and testing don't have VERSION_ID in /etc/os-release. This change falls back to VERSION_CODENAME when VERSION_ID is missing, producing cache keys like 'debian-sid' for unstable. Fixes #773