diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index fb0569c2d..2f7be7dd9 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -56,7 +56,7 @@ jobs: cache-dependency-path: bench/tscg/package-lock.json - name: Set up uv (uvx-launched MCP reference servers) - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - name: Build mcpproxy (personal edition) run: go build -o mcpproxy ./cmd/mcpproxy @@ -247,7 +247,7 @@ jobs: cache: true - name: Set up uv (ToolRet parquet fetch) - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 # Pinned HF revisions live inside the script; bumping a pin is a # reviewed event. Cache lands in bench/results/cache/toolret//. diff --git a/.github/workflows/eval.yml b/.github/workflows/eval.yml index 1f0bcf7c0..de153003a 100644 --- a/.github/workflows/eval.yml +++ b/.github/workflows/eval.yml @@ -77,7 +77,7 @@ jobs: path: mcp-eval - name: Set up uv + Python - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: python-version: ${{ env.PYTHON_VERSION }} @@ -141,7 +141,7 @@ jobs: path: mcp-eval - name: Set up uv + Python (uvx-launched servers + mcp-eval) - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: python-version: ${{ env.PYTHON_VERSION }}