We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5d544 commit c6a0789Copy full SHA for c6a0789
action.yml
@@ -172,7 +172,7 @@ runs:
172
echo "Base-action dependencies installed"
173
cd -
174
# Install Claude Code globally
175
- bun install -g @anthropic-ai/claude-code@1.0.68
+ bun install -g @anthropic-ai/claude-code@1.0.69
176
177
- name: Setup Network Restrictions
178
if: steps.prepare.outputs.contains_trigger == 'true' && inputs.experimental_allowed_domains != ''
base-action/action.yml
@@ -118,7 +118,7 @@ runs:
118
119
- name: Install Claude Code
120
shell: bash
121
- run: bun install -g @anthropic-ai/claude-code@1.0.68
+ run: bun install -g @anthropic-ai/claude-code@1.0.69
122
123
- name: Run Claude Code Action
124
0 commit comments