We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed00f4b commit ac5ef38Copy full SHA for ac5ef38
1 file changed
.github/workflows/pr.yaml
@@ -43,7 +43,7 @@ jobs:
43
with:
44
python-version: '3.12'
45
- name: Install uv
46
- uses: astral-sh/setup-uv@v4
+ uses: astral-sh/setup-uv@v6
47
- name: Install python dependencies
48
run: |
49
python -m venv .venv
0 commit comments