diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 2856cf88..74d56909 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -21,7 +21,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # Full history for better diff analysis