Skip to content

Commit e204f75

Browse files
azmeukRocky Allen
authored andcommitted
chore: update setup-uv GHA
1 parent 5d39ffe commit e204f75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Install uv
20-
uses: astral-sh/setup-uv@v3
20+
uses: astral-sh/setup-uv@v6
2121
with:
2222
enable-cache: true
2323
- run: |
24-
uv sync --group docs --all-extras
24+
uv sync --all-groups
2525
uv run sphinx-build docs build/sphinx/html --fail-on-warning

0 commit comments

Comments
 (0)