Skip to content

Commit 8f7f410

Browse files
chore(deps): update astral-sh/setup-uv action to v6 (#392)
1 parent 61124be commit 8f7f410

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_async_docstrings_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ${{ env.PYTHON_VERSION }}
2222

2323
- name: Set up uv package manager
24-
uses: astral-sh/setup-uv@v5
24+
uses: astral-sh/setup-uv@v6
2525
with:
2626
python-version: ${{ env.PYTHON_VERSION }}
2727

.github/workflows/build_and_deploy_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
python-version: ${{ env.PYTHON_VERSION }}
5656

5757
- name: Set up uv package manager
58-
uses: astral-sh/setup-uv@v5
58+
uses: astral-sh/setup-uv@v6
5959
with:
6060
python-version: ${{ env.PYTHON_VERSION }}
6161

0 commit comments

Comments
 (0)