Skip to content

Commit d10370b

Browse files
Fix uv action
1 parent bf55224 commit d10370b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v6
1919

2020
- name: Set up uv with Python
21-
uses: astral-sh/setup-uv
21+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
2222
with:
2323
python-version: "3.14"
2424
enable-cache: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v6
1919

2020
- name: Set up uv with Python
21-
uses: astral-sh/setup-uv
21+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
2222
with:
2323
python-version: "3.14"
2424
enable-cache: true

0 commit comments

Comments
 (0)