diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index d37e5dd7..a052ae7d 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -31,7 +31,7 @@ jobs: - name: Review id: claude-review - uses: anthropics/claude-code-action@v1.0.206 + uses: anthropics/claude-code-action@v1.0.211 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} # Fork contributors don't have write access, so the action would stop diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 40b5e220..4f7fa141 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.206 + uses: anthropics/claude-code-action@v1.0.211 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 4f896d6c..6c6553e4 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.206 + uses: anthropics/claude-code-action@v1.0.211 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }}