Skip to content

Commit c68f82c

Browse files
committed
chore: bump Claude Code to 2.1.113 and Agent SDK to 0.2.113
1 parent 78758ed commit c68f82c

File tree

6 files changed

+32
-64
lines changed

6 files changed

+32
-64
lines changed

base-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ runs:
124124
PATH_TO_CLAUDE_CODE_EXECUTABLE: ${{ inputs.path_to_claude_code_executable }}
125125
run: |
126126
if [ -z "$PATH_TO_CLAUDE_CODE_EXECUTABLE" ]; then
127-
CLAUDE_CODE_VERSION="2.1.112"
127+
CLAUDE_CODE_VERSION="2.1.113"
128128
echo "Installing Claude Code v${CLAUDE_CODE_VERSION}..."
129129
for attempt in 1 2 3; do
130130
echo "Installation attempt $attempt..."

base-action/bun.lock

Lines changed: 14 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

base-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@actions/core": "^1.10.1",
14-
"@anthropic-ai/claude-agent-sdk": "^0.2.112",
14+
"@anthropic-ai/claude-agent-sdk": "^0.2.113",
1515
"shell-quote": "^1.8.3"
1616
},
1717
"devDependencies": {

0 commit comments

Comments
 (0)