Skip to content

Commit 66bf95c

Browse files
committed
chore: bump Claude Code version to 2.0.56
1 parent 6337623 commit 66bf95c

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
@@ -191,7 +191,7 @@ runs:
191191
192192
# Install Claude Code if no custom executable is provided
193193
if [ -z "${{ inputs.path_to_claude_code_executable }}" ]; then
194-
CLAUDE_CODE_VERSION="2.0.55"
194+
CLAUDE_CODE_VERSION="2.0.56"
195195
echo "Installing Claude Code v${CLAUDE_CODE_VERSION}..."
196196
for attempt in 1 2 3; do
197197
echo "Installation attempt $attempt..."

base-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ runs:
117117
shell: bash
118118
run: |
119119
if [ -z "${{ inputs.path_to_claude_code_executable }}" ]; then
120-
CLAUDE_CODE_VERSION="2.0.55"
120+
CLAUDE_CODE_VERSION="2.0.56"
121121
echo "Installing Claude Code v${CLAUDE_CODE_VERSION}..."
122122
for attempt in 1 2 3; do
123123
echo "Installation attempt $attempt..."

0 commit comments

Comments
 (0)