Skip to content

Commit f51e093

Browse files
committed
try update astral-sh setup-uv
1 parent 8842196 commit f51e093

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v7
1212

1313
- name: Setup uv
14-
uses: astral-sh/setup-uv@v3
14+
uses: astral-sh/setup-uv@v8.3.2
1515
with:
1616
python-version: "3.11"
1717

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v7
1414

1515
- name: Setup uv
16-
uses: astral-sh/setup-uv@v3
16+
uses: astral-sh/setup-uv@v8.3.2
1717
with:
1818
python-version: "3.11"
1919

.github/workflows/publish_doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Setup uv
25-
uses: astral-sh/setup-uv@v3
25+
uses: astral-sh/setup-uv@v8.3.2
2626
with:
2727
python-version: "3.11"
2828

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v7
2323

2424
- name: Setup uv
25-
uses: astral-sh/setup-uv@v3
25+
uses: astral-sh/setup-uv@v8.3.2
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828

0 commit comments

Comments
 (0)