From bda9bf08de9346ef3911437d4c33abf11403fae0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 12 Dec 2025 23:32:49 +0000 Subject: [PATCH] chore: bump Claude Code version to 2.0.68 --- action.yml | 2 +- base-action/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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..."