chore: update Claude Code installation to use bun and version 1.0.61 (#352)

- Switch from npm to bun for Claude Code installation in base-action
- Update Claude Code version from 1.0.59 to 1.0.61 in main action
- Ensures consistent package manager usage across both action files

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Ashwin Bhat
2025-07-28 09:44:51 -07:00
committed by GitHub
parent 7c5a98d59d
commit 8fc9a366cb
2 changed files with 2 additions and 2 deletions

View File

@@ -172,7 +172,7 @@ runs:
echo "Base-action dependencies installed" echo "Base-action dependencies installed"
cd - cd -
# Install Claude Code globally # Install Claude Code globally
bun install -g @anthropic-ai/claude-code@1.0.59 bun install -g @anthropic-ai/claude-code@1.0.61
- name: Setup Network Restrictions - name: Setup Network Restrictions
if: steps.prepare.outputs.contains_trigger == 'true' && inputs.experimental_allowed_domains != '' if: steps.prepare.outputs.contains_trigger == 'true' && inputs.experimental_allowed_domains != ''

View File

@@ -115,7 +115,7 @@ runs:
- name: Install Claude Code - name: Install Claude Code
shell: bash shell: bash
run: npm install -g @anthropic-ai/claude-code@1.0.61 run: bun install -g @anthropic-ai/claude-code@1.0.61
- name: Run Claude Code Action - name: Run Claude Code Action
shell: bash shell: bash