Skip to content

Commit 8117fb9

Browse files
authored
Merge pull request #10 from Azure-Samples/dependabot/github_actions/astral-sh/setup-uv-7
Bump astral-sh/setup-uv from 6 to 7
2 parents 0dcd4f3 + 8af917a commit 8117fb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
python-version: "3.11"
1818
- name: Install uv
19-
uses: astral-sh/setup-uv@v6
19+
uses: astral-sh/setup-uv@v7
2020
- name: Set up virtual environment and install dependencies
2121
run: |
2222
uv venv .venv

0 commit comments

Comments
 (0)