From 794826550d2038b8473ed163fe85ebc3a8440a11 Mon Sep 17 00:00:00 2001 From: "dayuan.jiang" Date: Sat, 29 Nov 2025 00:44:58 +0900 Subject: [PATCH] Use stable v1 instead of beta for claude-code-action --- .github/workflows/claude-code.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-code.yml b/.github/workflows/claude-code.yml index 91f86b2..f8c4184 100644 --- a/.github/workflows/claude-code.yml +++ b/.github/workflows/claude-code.yml @@ -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"