From ef304464bb3091d7959c2bb8bd361dfc122a1fef Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 22 Jul 2025 23:12:32 +0000 Subject: [PATCH] chore: bump Claude Code version to 1.0.58 --- base-action/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-action/action.yml b/base-action/action.yml index 386c199..b98405c 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.57 + run: npm install -g @anthropic-ai/claude-code@1.0.58 - name: Run Claude Code Action shell: bash