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