Use stable v1 instead of beta for claude-code-action

This commit is contained in:
dayuan.jiang
2025-11-29 00:44:58 +09:00
parent de98cf60ae
commit 794826550d

View File

@@ -38,7 +38,7 @@ jobs:
aws-region: us-east-1
- name: Run Claude Code
uses: anthropics/claude-code-action@beta
uses: anthropics/claude-code-action@v1
with:
use_bedrock: "true"
bedrock_model_id: "us.anthropic.claude-sonnet-4-5-20250929-v1:0"
@@ -64,7 +64,7 @@ jobs:
aws-region: us-east-1
- name: Run Claude Code PR Review
uses: anthropics/claude-code-action@beta
uses: anthropics/claude-code-action@v1
with:
use_bedrock: "true"
bedrock_model_id: "us.anthropic.claude-sonnet-4-5-20250929-v1:0"