Skip to content

Commit e8bad57

Browse files
committed
chore: bump Claude Code version to 2.0.15
1 parent 0a6d626 commit e8bad57

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
# Install Claude Code if no custom executable is provided
178178
if [ -z "${{ inputs.path_to_claude_code_executable }}" ]; then
179179
echo "Installing Claude Code..."
180-
curl -fsSL https://claude.ai/install.sh | bash -s 2.0.14
180+
curl -fsSL https://claude.ai/install.sh | bash -s 2.0.15
181181
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
182182
else
183183
echo "Using custom Claude Code executable: ${{ inputs.path_to_claude_code_executable }}"

base-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ runs:
9999
run: |
100100
if [ -z "${{ inputs.path_to_claude_code_executable }}" ]; then
101101
echo "Installing Claude Code..."
102-
curl -fsSL https://claude.ai/install.sh | bash -s 2.0.14
102+
curl -fsSL https://claude.ai/install.sh | bash -s 2.0.15
103103
else
104104
echo "Using custom Claude Code executable: ${{ inputs.path_to_claude_code_executable }}"
105105
# Add the directory containing the custom executable to PATH

0 commit comments

Comments
 (0)