File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ runs:
189189 # Install Claude Code if no custom executable is provided
190190 if [ -z "${{ inputs.path_to_claude_code_executable }}" ]; then
191191 echo "Installing Claude Code..."
192- curl -fsSL https://claude.ai/install.sh | bash -s 2.0.28
192+ curl -fsSL https://claude.ai/install.sh | bash -s 2.0.29
193193 echo "$HOME/.local/bin" >> "$GITHUB_PATH"
194194 else
195195 echo "Using custom Claude Code executable: ${{ inputs.path_to_claude_code_executable }}"
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ runs:
111111 run : |
112112 if [ -z "${{ inputs.path_to_claude_code_executable }}" ]; then
113113 echo "Installing Claude Code..."
114- curl -fsSL https://claude.ai/install.sh | bash -s 2.0.28
114+ curl -fsSL https://claude.ai/install.sh | bash -s 2.0.29
115115 else
116116 echo "Using custom Claude Code executable: ${{ inputs.path_to_claude_code_executable }}"
117117 # Add the directory containing the custom executable to PATH
You can’t perform that action at this time.
0 commit comments