chore: bump Claude Code to 2.1.148 and Agent SDK to 0.3.148 · anthropics/claude-code-action@4481e6d (original) (raw)
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -124,7 +124,7 @@ runs: | ||
| 124 | 124 | PATH_TO_CLAUDE_CODE_EXECUTABLE: ${{ inputs.path_to_claude_code_executable }} |
| 125 | 125 | run: | |
| 126 | 126 | if [ -z "$PATH_TO_CLAUDE_CODE_EXECUTABLE" ]; then |
| 127 | - CLAUDE_CODE_VERSION="2.1.147" | |
| 127 | + CLAUDE_CODE_VERSION="2.1.148" | |
| 128 | 128 | echo "Installing Claude Code v${CLAUDE_CODE_VERSION}..." |
| 129 | 129 | for attempt in 1 2 3; do |
| 130 | 130 | echo "Installation attempt $attempt..." |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -11,7 +11,7 @@ | ||
| 11 | 11 | }, |
| 12 | 12 | "dependencies": { |
| 13 | 13 | "@actions/core": "^1.10.1", |
| 14 | -"@anthropic-ai/claude-agent-sdk": "^0.3.147", | |
| 14 | +"@anthropic-ai/claude-agent-sdk": "^0.3.148", | |
| 15 | 15 | "shell-quote": "^1.8.3" |
| 16 | 16 | }, |
| 17 | 17 | "devDependencies": { |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -12,7 +12,7 @@ | ||
| 12 | 12 | "dependencies": { |
| 13 | 13 | "@actions/core": "^1.10.1", |
| 14 | 14 | "@actions/github": "^6.0.1", |
| 15 | -"@anthropic-ai/claude-agent-sdk": "^0.3.147", | |
| 15 | +"@anthropic-ai/claude-agent-sdk": "^0.3.148", | |
| 16 | 16 | "@modelcontextprotocol/sdk": "^1.11.0", |
| 17 | 17 | "@octokit/graphql": "^8.2.2", |
| 18 | 18 | "@octokit/rest": "^21.1.1", |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -68,7 +68,7 @@ async function installClaudeCode(): Promise { | ||
| 68 | 68 | return customExecutable; |
| 69 | 69 | } |
| 70 | 70 | |
| 71 | -const claudeCodeVersion = "2.1.147"; | |
| 71 | +const claudeCodeVersion = "2.1.148"; | |
| 72 | 72 | console.log(`Installing Claude Code v${claudeCodeVersion}...`); |
| 73 | 73 | |
| 74 | 74 | for (let attempt = 1; attempt <= 3; attempt++) { |