fix: setup-uv の指定を実在する v10.1.0 に直す - #5
Merged
Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
何を直したか
docs/ai/playbook-assets/python-uv-ci-setup/references/templates.mdの CI 雛形がastral-sh/setup-uv@v10を指していたが、setup-uv には浮動タグv10が無い(あるのはv10.1.0とv6以前の major タグ)。雛形どおりに生成した CI は Set up job でUnable to resolve action astral-sh/setup-uv@v10, unable to find version v10で落ちる。v10.1.0に固定した。scripts/sync_ai_context.py --checkは通る(生成物に変更なし)。確認
gh api repos/astral-sh/setup-uv/git/ref/tags/v10→ 404、.../v10.1.0→ 存在。https://claude.ai/code/session_01FU3on2uCX9mYwkMaVXAq2A