Skip to content

Commit 8fc9a36

Browse files
ashwin-antclaude
andauthored
chore: update Claude Code installation to use bun and version 1.0.61 (anthropics#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>
1 parent 7c5a98d commit 8fc9a36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ runs:
172172
echo "Base-action dependencies installed"
173173
cd -
174174
# Install Claude Code globally
175-
bun install -g @anthropic-ai/claude-code@1.0.59
175+
bun install -g @anthropic-ai/claude-code@1.0.61
176176
177177
- name: Setup Network Restrictions
178178
if: steps.prepare.outputs.contains_trigger == 'true' && inputs.experimental_allowed_domains != ''

base-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ runs:
115115
116116
- name: Install Claude Code
117117
shell: bash
118-
run: npm install -g @anthropic-ai/claude-code@1.0.61
118+
run: bun install -g @anthropic-ai/claude-code@1.0.61
119119

120120
- name: Run Claude Code Action
121121
shell: bash

0 commit comments

Comments
 (0)