From b58533dbe0e6ea1a9c3b0f1d80fbee44985d2efd Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 13 Dec 2025 01:00:43 +0000 Subject: [PATCH] chore: bump Claude Code version to 2.0.69 --- action.yml | 2 +- base-action/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index ffead1e..08f5431 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.68" + CLAUDE_CODE_VERSION="2.0.69" 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 7a823dc..a8090bd 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.68" + CLAUDE_CODE_VERSION="2.0.69" echo "Installing Claude Code v${CLAUDE_CODE_VERSION}..." for attempt in 1 2 3; do echo "Installation attempt $attempt..."