chore: bump Claude Code version to 2.0.56

This commit is contained in:
GitHub Actions
2025-12-02 01:35:17 +00:00
parent 6337623ebb
commit 66bf95c07f
2 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ runs:
shell: bash
run: |
if [ -z "${{ inputs.path_to_claude_code_executable }}" ]; then
CLAUDE_CODE_VERSION="2.0.55"
CLAUDE_CODE_VERSION="2.0.56"
echo "Installing Claude Code v${CLAUDE_CODE_VERSION}..."
for attempt in 1 2 3; do
echo "Installation attempt $attempt..."