Skip to content

Commit a2ad6b7

Browse files
committed
chore: bump Claude Code version to 1.0.95
1 parent f092592 commit a2ad6b7

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
@@ -157,7 +157,7 @@ runs:
157157
# Install Claude Code if no custom executable is provided
158158
if [ -z "${{ inputs.path_to_claude_code_executable }}" ]; then
159159
echo "Installing Claude Code..."
160-
curl -fsSL https://claude.ai/install.sh | bash -s 1.0.93
160+
curl -fsSL https://claude.ai/install.sh | bash -s 1.0.95
161161
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
162162
else
163163
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 1.0.93
102+
curl -fsSL https://claude.ai/install.sh | bash -s 1.0.95
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)