diff --git a/action.yml b/action.yml index a23ff6a..ffead1e 100644 --- a/action.yml +++ b/action.yml @@ -195,7 +195,7 @@ runs: # Install Claude Code if no custom executable is provided if [ -z "$PATH_TO_CLAUDE_CODE_EXECUTABLE" ]; then - CLAUDE_CODE_VERSION="2.0.62" + CLAUDE_CODE_VERSION="2.0.68" 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 5a392e2..7a823dc 100644 --- a/base-action/action.yml +++ b/base-action/action.yml @@ -121,7 +121,7 @@ runs: PATH_TO_CLAUDE_CODE_EXECUTABLE: ${{ inputs.path_to_claude_code_executable }} run: | if [ -z "$PATH_TO_CLAUDE_CODE_EXECUTABLE" ]; then - CLAUDE_CODE_VERSION="2.0.62" + CLAUDE_CODE_VERSION="2.0.68" echo "Installing Claude Code v${CLAUDE_CODE_VERSION}..." for attempt in 1 2 3; do echo "Installation attempt $attempt..."