We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37b6e93 + 066bc8a commit 17ca940Copy full SHA for 17ca940
1 file changed
.github/workflows/python.yaml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@v6
23
- name: Install uv
24
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
25
with:
26
version: "latest"
27
- name: Set up Python ${{ matrix.python-version }}
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
46
0 commit comments