From fd041f9b80b16a22023be86ec58e3e56677373ee Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Wed, 6 Aug 2025 12:23:04 -0700 Subject: [PATCH] next --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 48fe80f..9444f50 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 + bun install -g @anthropic-ai/claude-code@next - name: Setup Network Restrictions if: steps.prepare.outputs.contains_trigger == 'true' && inputs.experimental_allowed_domains != ''