We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10625ca + 91aba92 commit ce496c8Copy full SHA for ce496c8
1 file changed
.github/workflows/python.yaml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@v4
23
- name: Install uv
24
- uses: astral-sh/setup-uv@v3
+ uses: astral-sh/setup-uv@v6
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