From 29d900bf0d990f4fb99a7ba90dabd0c244cf0299 Mon Sep 17 00:00:00 2001 From: "ninerealmlabsbot[bot]" <311018528+ninerealmlabsbot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 09:37:12 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20action=20astral-?= =?UTF-8?q?sh/setup-uv=20(=20v9.0.0=20=E2=86=92=20v10.0.1=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docs-pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-pages.yaml b/.github/workflows/docs-pages.yaml index 3c5f04e..20f6c5a 100644 --- a/.github/workflows/docs-pages.yaml +++ b/.github/workflows/docs-pages.yaml @@ -35,7 +35,7 @@ jobs: - name: Install uv # zizmor: ignore[cache-poisoning] — `enable-cache` below already excludes the # publishing trigger, but zizmor cannot evaluate the expression statically. - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: # A release-triggered build publishes without a reviewed push behind it, so it # must not restore a cache that any pull request run could have written.