Skip to content

Commit

Permalink
Use custom checkout action to fix PR builds (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt authored Jan 24, 2025
1 parent 5b0a9bf commit 4bd8be7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4bd8be7

Please sign in to comment.