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 @@ -124,7 +124,7 @@ runs:
124124 PATH_TO_CLAUDE_CODE_EXECUTABLE : ${{ inputs.path_to_claude_code_executable }}
125125 run : |
126126 if [ -z "$PATH_TO_CLAUDE_CODE_EXECUTABLE" ]; then
127- CLAUDE_CODE_VERSION="2.1.77 "
127+ CLAUDE_CODE_VERSION="2.1.78 "
128128 echo "Installing Claude Code v${CLAUDE_CODE_VERSION}..."
129129 for attempt in 1 2 3; do
130130 echo "Installation attempt $attempt..."
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ async function installClaudeCode(): Promise<void> {
5151 return ;
5252 }
5353
54- const claudeCodeVersion = "2.1.77 " ;
54+ const claudeCodeVersion = "2.1.78 " ;
5555 console . log ( `Installing Claude Code v${ claudeCodeVersion } ...` ) ;
5656
5757 for ( let attempt = 1 ; attempt <= 3 ; attempt ++ ) {
You can’t perform that action at this time.
0 commit comments