Skip to content

Commit f141c94

Browse files
committed
fix: pin setup-uv action tag
1 parent 44783a2 commit f141c94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v5
2020

2121
- name: Install uv
22-
uses: astral-sh/setup-uv@v8
22+
uses: astral-sh/setup-uv@v8.1.0
2323
with:
2424
enable-cache: true
2525

0 commit comments

Comments
 (0)