Skip to content

Commit 1d45d12

Browse files
committed
ci: use latest pinned version of uv in ci
1 parent 09d0ccb commit 1d45d12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232

3333
- name: Install uv
34-
uses: astral-sh/setup-uv@v8
34+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
3535
with:
3636
version: 0.8.19
3737
python-version: ${{ matrix.python-version }}
@@ -170,7 +170,7 @@ jobs:
170170
fetch-depth: 0
171171

172172
- name: Install uv
173-
uses: astral-sh/setup-uv@v8
173+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
174174
with:
175175
version: 0.8.19
176176
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)