diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index bcd8393c..b7d0ce43 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -24,7 +24,7 @@ jobs: - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@v1.0.193 + uses: anthropics/claude-code-action@v1.0.199 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} plugin_marketplaces: 'https://github.com/anthropics/claude-code.git' diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index ec34118f..5f81f7a4 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -34,7 +34,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@v1.0.193 + uses: anthropics/claude-code-action@v1.0.199 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 710ba11e..64f00df5 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - name: Triage issue with Claude - uses: anthropics/claude-code-action@v1.0.193 + uses: anthropics/claude-code-action@v1.0.199 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }}