File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ runs:
191191
192192 # Install Claude Code if no custom executable is provided
193193 if [ -z "${{ inputs.path_to_claude_code_executable }}" ]; then
194- CLAUDE_CODE_VERSION="2.0.55 "
194+ CLAUDE_CODE_VERSION="2.0.56 "
195195 echo "Installing Claude Code v${CLAUDE_CODE_VERSION}..."
196196 for attempt in 1 2 3; do
197197 echo "Installation attempt $attempt..."
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ runs:
117117 shell : bash
118118 run : |
119119 if [ -z "${{ inputs.path_to_claude_code_executable }}" ]; then
120- CLAUDE_CODE_VERSION="2.0.55 "
120+ CLAUDE_CODE_VERSION="2.0.56 "
121121 echo "Installing Claude Code v${CLAUDE_CODE_VERSION}..."
122122 for attempt in 1 2 3; do
123123 echo "Installation attempt $attempt..."
You can’t perform that action at this time.
0 commit comments