From f0c8eb29807907de7f5412d04afceb5e24817127 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 9 Dec 2025 02:12:14 +0000 Subject: [PATCH] chore: bump Claude Code version to 2.0.62 --- action.yml | 2 +- base-action/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 1175014..a23ff6a 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.61" + CLAUDE_CODE_VERSION="2.0.62" 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 26c22b7..5a392e2 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.61" + CLAUDE_CODE_VERSION="2.0.62" echo "Installing Claude Code v${CLAUDE_CODE_VERSION}..." for attempt in 1 2 3; do echo "Installation attempt $attempt..."