From 7c5a98d59d2464ae73f453c3e649f5b813374481 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 25 Jul 2025 21:06:57 +0000 Subject: [PATCH] chore: bump Claude Code version to 1.0.61 --- 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 17d66d9..5b9acef 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.60 + run: npm install -g @anthropic-ai/claude-code@1.0.61 - name: Run Claude Code Action shell: bash