Skip to content

Commit 0c42c97

Browse files
committed
CI: update UV version
1 parent 4c2cb27 commit 0c42c97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
mkdocs-material-
3333
3434
- name: Install UV
35-
run: curl -LsSf https://astral.sh/uv/0.4.18/install.sh | sh
35+
run: curl -LsSf https://astral.sh/uv/0.8.8/install.sh | sh
3636

3737
- uses: extractions/setup-just@v3
3838
with:

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python-version: "3.13"
3434

3535
- name: install uv
36-
uses: astral-sh/setup-uv@v6.3.1
36+
run: curl -LsSf https://astral.sh/uv/0.8.8/install.sh | sh
3737

3838
- uses: extractions/setup-just@v3
3939
env:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
python-version: ${{ matrix.python-version }}
4040

4141
- name: Install UV
42-
run: curl -LsSf https://astral.sh/uv/0.4.18/install.sh | sh
42+
run: curl -LsSf https://astral.sh/uv/0.8.8/install.sh | sh
4343

4444
- uses: extractions/setup-just@v3
4545
with:

0 commit comments

Comments
 (0)