mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-09-22 11:57:48 +00:00
Default to enable-cache: true on GitHub hosted runners (#193)
Closes: #54
This commit is contained in:
committed by
GitHub
parent
3460fe1a9a
commit
e3017a763c
@ -20,7 +20,7 @@ inputs:
|
||||
default: ${{ github.token }}
|
||||
enable-cache:
|
||||
description: "Enable caching of the uv cache"
|
||||
default: "false"
|
||||
default: "auto"
|
||||
cache-dependency-glob:
|
||||
description:
|
||||
"Glob pattern to match files relative to the repository root to control
|
||||
|
Reference in New Issue
Block a user