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.98 "
127+ CLAUDE_CODE_VERSION="2.1.100 "
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 @@ -64,7 +64,7 @@ async function installClaudeCode(): Promise<void> {
6464 return ;
6565 }
6666
67- const claudeCodeVersion = "2.1.98 " ;
67+ const claudeCodeVersion = "2.1.100 " ;
6868 console . log ( `Installing Claude Code v${ claudeCodeVersion } ...` ) ;
6969
7070 for ( let attempt = 1 ; attempt <= 3 ; attempt ++ ) {
You can’t perform that action at this time.
0 commit comments