feat: added use-mirror parameter

This commit is contained in:
Joe Crowley 2026-04-08 17:18:04 +08:00
parent 7b222e12b6
commit c4b2130c2c
9 changed files with 57 additions and 3 deletions

View file

@ -83,6 +83,10 @@ inputs:
resolution-strategy:
description: "Resolution strategy to use when resolving version ranges. 'highest' uses the latest compatible version, 'lowest' uses the oldest compatible version."
default: "highest"
use-mirror:
description: "Whether to attempt to download from Astral mirror first or use the Github releases artifacts."
default: true
outputs:
uv-version:
description: "The installed uv version. Useful when using latest."