Skip to content

Commit e554b93

Browse files
authored
Add **/*.py.lock to cache-dependency-glob (#590)
This means uv scripts will be covered by default Fixes #586
1 parent c7d85d9 commit e554b93

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ changes. If you use relative paths, they are relative to the repository root.
250250
> **/*constraints*.in
251251
> **/pyproject.toml
252252
> **/uv.lock
253+
> **/*.py.lock
253254
> ```
254255

255256
```yaml

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ inputs:
4444
**/*constraints*.in
4545
**/pyproject.toml
4646
**/uv.lock
47+
**/*.py.lock
4748
restore-cache:
4849
description: "Whether to restore the cache if found."
4950
default: "true"

0 commit comments

Comments
 (0)