From 5c420d2402d2c5a009a51380d8ac6be36a706810 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 19 Jul 2025 00:07:08 +0000 Subject: [PATCH] chore: bump Claude Code version to 1.0.56 --- action.yml | 2 +- base-action/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index e5c4623..ef4bdac 100644 --- a/action.yml +++ b/action.yml @@ -188,7 +188,7 @@ runs: shell: bash run: | # Install Claude Code globally - npm install -g @anthropic-ai/claude-code@1.0.53 + npm install -g @anthropic-ai/claude-code@1.0.56 # Run the base-action cd ${GITHUB_ACTION_PATH}/base-action diff --git a/base-action/action.yml b/base-action/action.yml index edc4ddd..f37bd31 100644 --- a/base-action/action.yml +++ b/base-action/action.yml @@ -115,7 +115,7 @@ runs: - name: Install Claude Code shell: bash - run: npm install -g @anthropic-ai/claude-code@1.0.53 + run: npm install -g @anthropic-ai/claude-code@1.0.56 - name: Run Claude Code Action shell: bash