From d47fa94b00dfa30b719b4855d4f92555d8d46f94 Mon Sep 17 00:00:00 2001 From: Matyrobbrt <65940752+Matyrobbrt@users.noreply.github.com> Date: Fri, 24 Jan 2025 13:58:13 +0200 Subject: [PATCH] Use custom checkout action to fix PR builds --- .github/workflows/build-prs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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: