From e2eb96f51d6b7bfe4cbb1d8598c4a0238d1a62d6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 4 Dec 2025 23:09:43 +0000 Subject: [PATCH] chore: bump Claude Code version to 2.0.59 --- action.yml | 2 +- base-action/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index ecd7d9b..5778e90 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.58" + CLAUDE_CODE_VERSION="2.0.59" 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 637ef4a..9877631 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.58" + CLAUDE_CODE_VERSION="2.0.59" echo "Installing Claude Code v${CLAUDE_CODE_VERSION}..." for attempt in 1 2 3; do echo "Installation attempt $attempt..."