chore: bump Claude Code version to 1.0.56

This commit is contained in:
GitHub Actions
2025-07-19 00:07:08 +00:00
parent f6e7adf89e
commit 5c420d2402
2 changed files with 2 additions and 2 deletions

View File

@@ -188,7 +188,7 @@ runs:
shell: bash
run: |
# Install Claude Code globally
npm install -g @anthropic-ai/claude-code@1.0.53
npm install -g @anthropic-ai/claude-code@1.0.56
# Run the base-action
cd ${GITHUB_ACTION_PATH}/base-action

View File

@@ -115,7 +115,7 @@ runs:
- name: Install Claude Code
shell: bash
run: npm install -g @anthropic-ai/claude-code@1.0.53
run: npm install -g @anthropic-ai/claude-code@1.0.56
- name: Run Claude Code Action
shell: bash