Skip to content

Commit 059f931

Browse files
Update dependency astral-sh/uv to v0.12.8
1 parent c4e9bdc commit 059f931

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up uv
3636
uses: astral-sh/setup-uv@v10.0.1
3737
with:
38-
version: "0.12.7"
38+
version: "0.12.8"
3939

4040
- name: Test with tox
4141
env:
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up uv
5252
uses: astral-sh/setup-uv@v10.0.1
5353
with:
54-
version: "0.12.7"
54+
version: "0.12.8"
5555

5656
- name: Check ruff
5757
run: uv run tox -e ruff
@@ -68,7 +68,7 @@ jobs:
6868
- name: Set up uv
6969
uses: astral-sh/setup-uv@v10.0.1
7070
with:
71-
version: "0.12.7"
71+
version: "0.12.8"
7272

7373
- name: Install dependencies
7474
run: |

0 commit comments

Comments
 (0)