From 636c888c196eaff39900e7c587f4ae6b9cfa7e32 Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Wed, 16 Jul 2025 17:10:56 -0700 Subject: [PATCH] chore: downgrade Claude Code version to 1.0.53 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 264d07e3..edc4ddde 100644 --- a/action.yml +++ b/action.yml @@ -115,7 +115,7 @@ runs: - name: Install Claude Code shell: bash - run: npm install -g @anthropic-ai/claude-code@1.0.54 + run: npm install -g @anthropic-ai/claude-code@1.0.53 - name: Run Claude Code Action shell: bash