From c839efd2d20717e680a0845107af95e9ee6f7411 Mon Sep 17 00:00:00 2001 From: sara624-dev Date: Tue, 15 Sep 2026 09:29:49 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20setup-uv=20=E3=81=AE=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E3=82=92=E5=AE=9F=E5=9C=A8=E3=81=99=E3=82=8B=20v10.1.0=20?= =?UTF-8?q?=E3=81=AB=E7=9B=B4=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit astral-sh/setup-uv には浮動タグ v10 が無く(v10.1.0 と v6 以前の major タグのみ)、 雛形どおりに生成した CI が「Unable to resolve action astral-sh/setup-uv@v10」で落ちる。 生成した faq-agent の初回 push で実測(2026-09-15)。 Claude-Session: https://claude.ai/code/session_01FU3on2uCX9mYwkMaVXAq2A --- .../playbook-assets/python-uv-ci-setup/references/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ai/playbook-assets/python-uv-ci-setup/references/templates.md b/docs/ai/playbook-assets/python-uv-ci-setup/references/templates.md index e9f5ee1..2ec3f6e 100644 --- a/docs/ai/playbook-assets/python-uv-ci-setup/references/templates.md +++ b/docs/ai/playbook-assets/python-uv-ci-setup/references/templates.md @@ -235,7 +235,7 @@ jobs: python-version-file: pyproject.toml - name: Set up uv - uses: astral-sh/setup-uv@v10 + uses: astral-sh/setup-uv@v10.1.0 with: enable-cache: true