We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7199269 commit a46d8b7Copy full SHA for a46d8b7
.github/workflows/ci.yaml
@@ -124,7 +124,7 @@ jobs:
124
uses: astral-sh/setup-uv@v7
125
with:
126
enable-cache: true
127
- version: "0.9.24" # Pin a specific version of uv.
+ version: "0.10.9" # Pin a specific version of uv.
128
# This could be removed again later; it's only needed until for initial quick testing that this works:
129
- run: uvx mcp-server-git --help
130
0 commit comments