Skip to content

Commit c6a0789

Browse files
committed
chore: bump Claude Code version to 1.0.69
1 parent 0c5d544 commit c6a0789

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.68
175+
bun install -g @anthropic-ai/claude-code@1.0.69
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
@@ -118,7 +118,7 @@ runs:
118118
119119
- name: Install Claude Code
120120
shell: bash
121-
run: bun install -g @anthropic-ai/claude-code@1.0.68
121+
run: bun install -g @anthropic-ai/claude-code@1.0.69
122122

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

0 commit comments

Comments
 (0)