Skip to content

Commit 8a1c437

Browse files
committed
chore: bump Claude Code version to 2.0.29
1 parent 56c8ae7 commit 8a1c437

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}"

base-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)