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 @@ -162,7 +162,7 @@ runs:
162162 # Install Claude Code if no custom executable is provided
163163 if [ -z "${{ inputs.path_to_claude_code_executable }}" ]; then
164164 echo "Installing Claude Code..."
165- curl -fsSL https://claude.ai/install.sh | bash -s 1.0.100
165+ curl -fsSL https://claude.ai/install.sh | bash -s 1.0.102
166166 echo "$HOME/.local/bin" >> "$GITHUB_PATH"
167167 else
168168 echo "Using custom Claude Code executable: ${{ inputs.path_to_claude_code_executable }}"
Original file line number Diff line number Diff line change 9999 run : |
100100 if [ -z "${{ inputs.path_to_claude_code_executable }}" ]; then
101101 echo "Installing Claude Code..."
102- curl -fsSL https://claude.ai/install.sh | bash -s 1.0.100
102+ curl -fsSL https://claude.ai/install.sh | bash -s 1.0.102
103103 else
104104 echo "Using custom Claude Code executable: ${{ inputs.path_to_claude_code_executable }}"
105105 # Add the directory containing the custom executable to PATH
You can’t perform that action at this time.
0 commit comments