From 2ce0b1c9b20dd6e0d153bc6c473a9bc23d5de099 Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Wed, 6 Aug 2025 12:32:34 -0700 Subject: [PATCH] 70 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9444f50e..7cb26a73 100644 --- a/action.yml +++ b/action.yml @@ -176,7 +176,7 @@ runs: echo "Base-action dependencies installed" cd - # Install Claude Code globally - bun install -g @anthropic-ai/claude-code@next + bun install -g @anthropic-ai/claude-code@1.0.70 - name: Setup Network Restrictions if: steps.prepare.outputs.contains_trigger == 'true' && inputs.experimental_allowed_domains != ''