diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index d1905ac..21c7f36 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -56,7 +56,7 @@ jobs: - name: Run Claude Code review if: steps.skip_check.outputs.skip != 'true' - uses: anthropics/claude-code-action@v1.0.211 + uses: anthropics/claude-code-action@v1.0.213 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} use_sticky_comment: true