Skip to content

Commit 32085b1

Browse files
committed
Fix cache-dependency-glob for setup-uv
Signed-off-by: William Woodruff <william@astral.sh>
1 parent 5d1598d commit 32085b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ runs:
2121
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
2222
with:
2323
version: ">=0.9.12"
24+
cache-dependency-glob: ${{ github.action_path }}/uv.lock
2425

2526
- name: generate attestations
2627
run: |

0 commit comments

Comments
 (0)