Update claude-code-action; change model to Opus 5 (#22788)
This commit is contained in:
parent
fb8c455ba6
commit
567524b7b8
|
|
@ -33,7 +33,8 @@ jobs:
|
|||
fetch-depth: 1
|
||||
- name: Run Claude Code
|
||||
id: claude
|
||||
uses: anthropics/claude-code-action@11a9dadd198803a0cea6bd53da3e0e8a762fc6ea # v1.0.108
|
||||
uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # v1.0.183
|
||||
with:
|
||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
claude_args: --model claude-opus-5
|
||||
|
|
|
|||
Loading…
Reference in New Issue