Skip to content

Commit e384df3

Browse files
chore(deps): update astral-sh/setup-uv action to v6 (#1173)
1 parent 5ddeec5 commit e384df3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_deploy_docs.yaml

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

4242
- name: Set up uv package manager
43-
uses: astral-sh/setup-uv@v5
43+
uses: astral-sh/setup-uv@v6
4444
with:
4545
python-version: ${{ env.PYTHON_VERSION }}
4646

.github/workflows/templates_e2e_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: pipx install poetry
4444

4545
- name: Set up uv package manager
46-
uses: astral-sh/setup-uv@v5
46+
uses: astral-sh/setup-uv@v6
4747
with:
4848
python-version: ${{ env.python-version }}
4949

0 commit comments

Comments
 (0)