We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9daabf9 commit 06b8a23Copy full SHA for 06b8a23
1 file changed
.github/actions/setup-python/action.yml
@@ -10,7 +10,7 @@ inputs:
10
runs:
11
using: "composite"
12
steps:
13
- - uses: astral-sh/setup-uv@v6
+ - uses: astral-sh/setup-uv@v7
14
with:
15
python-version: ${{ inputs.python-version }}
16
0 commit comments