Skip to content

Commit 449c679

Browse files
committed
chore: bump Claude Code version to 1.0.80
1 parent 2b67ac0 commit 449c679

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
@@ -177,7 +177,7 @@ runs:
177177
echo "Base-action dependencies installed"
178178
cd -
179179
# Install Claude Code globally
180-
bun install -g @anthropic-ai/[email protected].77
180+
bun install -g @anthropic-ai/[email protected].80
181181
182182
- name: Setup Network Restrictions
183183
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
@@ -118,7 +118,7 @@ runs:
118118
119119
- name: Install Claude Code
120120
shell: bash
121-
run: bun install -g @anthropic-ai/[email protected].77
121+
run: bun install -g @anthropic-ai/[email protected].80
122122

123123
- name: Run Claude Code Action
124124
shell: bash

0 commit comments

Comments
 (0)