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 2813b70 commit a1f9f27Copy full SHA for a1f9f27
.github/actions/setup-uv/action.yaml
@@ -6,6 +6,6 @@ runs:
6
- name: Install UV
7
shell: bash
8
run: |
9
- UV_VERSION="0.4.17"
+ UV_VERSION="0.5.20"
10
echo "Installing UV version $UV_VERSION..."
11
curl -LsSf https://astral.sh/uv/${UV_VERSION}/install.sh | sh
0 commit comments