Skip to content

Commit 9ef02c2

Browse files
chore(deps): update astral-sh/setup-uv action to v7 (#1466)
1 parent 5581ed6 commit 9ef02c2

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@v6
43+
uses: astral-sh/setup-uv@v7
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
@@ -44,7 +44,7 @@ jobs:
4444
run: pipx install poetry
4545

4646
- name: Set up uv package manager
47-
uses: astral-sh/setup-uv@v6
47+
uses: astral-sh/setup-uv@v7
4848
with:
4949
python-version: ${{ env.PYTHON_VERSION }}
5050

0 commit comments

Comments
 (0)