Skip to content

Commit 4bd8be7

Browse files
authored
Use custom checkout action to fix PR builds (#229)
1 parent 5b0a9bf commit 4bd8be7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-prs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ jobs:
3333
name: Test ${{ matrix.project }} on ${{ matrix.os }}
3434
steps:
3535
- name: Checkout project sources
36-
uses: actions/checkout@v4
37-
with:
38-
fetch-depth: 1000
39-
fetch-tags: true
36+
uses: neoforged/actions/checkout@main
4037

4138
- uses: actions/setup-java@v4
4239
with:

0 commit comments

Comments
 (0)