diff --git a/action.yml b/action.yml index 71805aa..e5db7ee 100644 --- a/action.yml +++ b/action.yml @@ -177,7 +177,7 @@ runs: # Install Claude Code if no custom executable is provided if [ -z "${{ inputs.path_to_claude_code_executable }}" ]; then echo "Installing Claude Code..." - curl -fsSL https://claude.ai/install.sh | bash -s 2.0.8 + curl -fsSL https://claude.ai/install.sh | bash -s 2.0.9 echo "$HOME/.local/bin" >> "$GITHUB_PATH" else echo "Using custom Claude Code executable: ${{ inputs.path_to_claude_code_executable }}" diff --git a/base-action/action.yml b/base-action/action.yml index 0e4fb49..aeae7cf 100644 --- a/base-action/action.yml +++ b/base-action/action.yml @@ -99,7 +99,7 @@ runs: run: | if [ -z "${{ inputs.path_to_claude_code_executable }}" ]; then echo "Installing Claude Code..." - curl -fsSL https://claude.ai/install.sh | bash -s 2.0.8 + curl -fsSL https://claude.ai/install.sh | bash -s 2.0.9 else echo "Using custom Claude Code executable: ${{ inputs.path_to_claude_code_executable }}" # Add the directory containing the custom executable to PATH