Skip to content

Commit a1f9f27

Browse files
authored
fix(ci): bump uv version in ci workflows (#1091)
1 parent 2813b70 commit a1f9f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-uv/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ runs:
66
- name: Install UV
77
shell: bash
88
run: |
9-
UV_VERSION="0.4.17"
9+
UV_VERSION="0.5.20"
1010
echo "Installing UV version $UV_VERSION..."
1111
curl -LsSf https://astral.sh/uv/${UV_VERSION}/install.sh | sh

0 commit comments

Comments
 (0)