diff --git a/action.yml b/action.yml index d54deb4..b957527 100644 --- a/action.yml +++ b/action.yml @@ -191,7 +191,7 @@ runs: # Install Claude Code if no custom executable is provided if [ -z "${{ inputs.path_to_claude_code_executable }}" ]; then - CLAUDE_CODE_VERSION="2.0.60" + CLAUDE_CODE_VERSION="2.0.61" echo "Installing Claude Code v${CLAUDE_CODE_VERSION}..." for attempt in 1 2 3; do echo "Installation attempt $attempt..." diff --git a/base-action/action.yml b/base-action/action.yml index d74f86a..d6262d7 100644 --- a/base-action/action.yml +++ b/base-action/action.yml @@ -117,7 +117,7 @@ runs: shell: bash run: | if [ -z "${{ inputs.path_to_claude_code_executable }}" ]; then - CLAUDE_CODE_VERSION="2.0.60" + CLAUDE_CODE_VERSION="2.0.61" echo "Installing Claude Code v${CLAUDE_CODE_VERSION}..." for attempt in 1 2 3; do echo "Installation attempt $attempt..."