Skip to content

Commit 2e6fc44

Browse files
committed
chore: bump Claude Code version to 1.0.102
1 parent a6ca653 commit 2e6fc44

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
@@ -162,7 +162,7 @@ runs:
162162
# Install Claude Code if no custom executable is provided
163163
if [ -z "${{ inputs.path_to_claude_code_executable }}" ]; then
164164
echo "Installing Claude Code..."
165-
curl -fsSL https://claude.ai/install.sh | bash -s 1.0.100
165+
curl -fsSL https://claude.ai/install.sh | bash -s 1.0.102
166166
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
167167
else
168168
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.100
102+
curl -fsSL https://claude.ai/install.sh | bash -s 1.0.102
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)