diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index c66940a6..c6e79251 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Run Claude Review - uses: pacnpal/claude-code-review@v1.0.7 + uses: pacnpal/claude-code-review@latest with: github-token: ${{ secrets.GITHUB_TOKEN }} anthropic-key: ${{ secrets.ANTHROPIC_API_KEY }}