From 0d8a8fe1aca3fef121a57dbc2ae67cacb9939ee9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 22 Jul 2025 00:25:13 +0000 Subject: [PATCH] chore: bump Claude Code version to 1.0.57 --- action.yml | 2 +- base-action/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 708219a..6b7e228 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.56 + npm install -g @anthropic-ai/claude-code@1.0.57 # Run the base-action cd ${GITHUB_ACTION_PATH}/base-action diff --git a/base-action/action.yml b/base-action/action.yml index f37bd31..386c199 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.56 + run: npm install -g @anthropic-ai/claude-code@1.0.57 - name: Run Claude Code Action shell: bash