Skip to content

Commit 6d747a6

Browse files
chore: bump claude-code-action to v1.0.16 (#5312)
## Summary Upgrades the `anthropics/claude-code-action` GitHub Action from `@beta` to the stable `@v1.0.16` release. ## Changes - **Updated**: `.github/workflows/claude.yml` - Changed `uses: anthropics/claude-code-action@beta` → `uses: anthropics/[email protected]` ## What's New in v1.0.16 The v1.0 series represents a major stable release with significant improvements: - ✨ **Simplified Configuration**: Automatic mode detection (no manual configuration needed) - 🔄 **Unified Interface**: Single input for all prompts - 🛠️ **Better SDK Alignment**: Direct access to Claude Code CLI features - 🐛 **Bug Fixes**: Various improvements and stability enhancements - 📊 **v1.0.16 Specific**: Added `show_full_output` option for controlling verbosity ## Release Information - **Version**: v1.0.16 - **Released**: October 30, 2024 - **Changelog**: https://github.com/anthropics/claude-code-action/releases/tag/v1.0.16 ## Migration Notes This is a non-breaking update from `@beta` to the stable v1.0 release. The existing configuration in our workflow remains compatible. --- 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent 4552c10 commit 6d747a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Run Claude Code
3939
id: claude
40-
uses: anthropics/claude-code-action@beta
40+
uses: anthropics/claude-code-action@v1
4141
with:
4242
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4343

0 commit comments

Comments
 (0)