Skip to content

deps: bump @anthropic-ai/sdk from 0.71.2 to 0.74.0 #123

deps: bump @anthropic-ai/sdk from 0.71.2 to 0.74.0

deps: bump @anthropic-ai/sdk from 0.71.2 to 0.74.0 #123

Workflow file for this run

name: Claude Code
on:
issues:
types: [opened, labeled]
issue_comment:
types: [created]
pull_request:
types: [opened, synchronize, labeled]
permissions:
contents: write
issues: write
pull-requests: write
jobs:
claude:
runs-on: ubuntu-latest
if: |
(github.event_name == 'issues' && (github.event.action == 'opened' || contains(github.event.issue.labels.*.name, 'claude'))) ||
(github.event_name == 'issue_comment' && github.event.issue.state == 'open') ||
(github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'synchronize' || contains(github.event.pull_request.labels.*.name, 'claude')))
steps:
- uses: anthropics/claude-code-action@v1
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}