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 @@ -157,7 +157,7 @@ runs:
157157 # Install Claude Code if no custom executable is provided
158158 if [ -z "${{ inputs.path_to_claude_code_executable }}" ]; then
159159 echo "Installing Claude Code..."
160- curl -fsSL https://claude.ai/install.sh | bash -s 1.0.93
160+ curl -fsSL https://claude.ai/install.sh | bash -s 1.0.95
161161 echo "$HOME/.local/bin" >> "$GITHUB_PATH"
162162 else
163163 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.93
102+ curl -fsSL https://claude.ai/install.sh | bash -s 1.0.95
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