Skip to content

Commit 6c9123d

Browse files
chore(deps): update dependency astral-sh/uv to v0.8.9
1 parent 5c8ad82 commit 6c9123d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install uv
1717
uses: astral-sh/setup-uv@v5
1818
with:
19-
version: "0.5.25"
19+
version: "0.8.9"
2020
- run: slap run --no-venv-check docs:build
2121
- uses: actions/upload-artifact@v4
2222
with:

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Install uv
8989
uses: astral-sh/setup-uv@v5
9090
with:
91-
version: "0.5.25"
91+
version: "0.8.9"
9292
- uses: actions/setup-python@v5
9393
with: { python-version: "${{ matrix.python-version }}" }
9494
- run: slap test

0 commit comments

Comments
 (0)