diff --git a/.github/workflows/build-prs.yml b/.github/workflows/build-prs.yml index 108cc98..4915e95 100644 --- a/.github/workflows/build-prs.yml +++ b/.github/workflows/build-prs.yml @@ -33,10 +33,7 @@ jobs: name: Test ${{ matrix.project }} on ${{ matrix.os }} steps: - name: Checkout project sources - uses: actions/checkout@v4 - with: - fetch-depth: 1000 - fetch-tags: true + uses: neoforged/actions/checkout@main - uses: actions/setup-java@v4 with: