mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-02 14:22:28 +08:00
Use stable v1 instead of beta for claude-code-action
This commit is contained in:
4
.github/workflows/claude-code.yml
vendored
4
.github/workflows/claude-code.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user