Skip to content

Commit aaf2928

Browse files
committed
Fix setup-uv action version to v8.1.0
1 parent a4c0814 commit aaf2928

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
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v6
1313

1414
- name: Install uv
15-
uses: astral-sh/setup-uv@v8
15+
uses: astral-sh/setup-uv@v8.1.0
1616
with:
1717
enable-cache: true
1818

0 commit comments

Comments
 (0)