diff --git a/.github/workflows/coderabbit.yml b/.github/workflows/coderabbit.yml index 4c26dd8..803dd6d 100644 --- a/.github/workflows/coderabbit.yml +++ b/.github/workflows/coderabbit.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} fetch-depth: 0