diff --git a/.github/workflows/cursor-code-review.yml b/.github/workflows/cursor-code-review.yml index ed9e40e60..2284873cd 100644 --- a/.github/workflows/cursor-code-review.yml +++ b/.github/workflows/cursor-code-review.yml @@ -16,7 +16,7 @@ jobs: if: github.event.pull_request.draft == false steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }}