diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 630f82a..f1e4934 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.219 + uses: anthropics/claude-code-action@v1.0.222 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} use_sticky_comment: true