Add **/*.py.lock to cache-dependency-glob

This means uv scripts will be covered by default

Fixes https://github.com/astral-sh/setup-uv/issues/586
This commit is contained in:
James Duley 2025-09-26 21:14:52 +12:00
parent c7d85d9988
commit da8de304a0
2 changed files with 2 additions and 0 deletions

View file

@ -250,6 +250,7 @@ changes. If you use relative paths, they are relative to the repository root.
> **/*constraints*.in
> **/pyproject.toml
> **/uv.lock
> **/*.py.lock
> ```
```yaml

View file

@ -44,6 +44,7 @@ inputs:
**/*constraints*.in
**/pyproject.toml
**/uv.lock
**/*.py.lock
restore-cache:
description: "Whether to restore the cache if found."
default: "true"