remove fetch depth limit

This commit is contained in:
FalsePattern 2024-06-16 02:34:04 +02:00
parent e712d8f149
commit 27b7a8d92f
Signed by: falsepattern
GPG key ID: E930CDEC50C50E23
2 changed files with 1 additions and 4 deletions

View file

@ -32,8 +32,7 @@ jobs:
sudo apt-get install -y mesa-utils xvfb x11-xserver-utils
- name: Checkout mod repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Checkout workflows repo
uses: actions/checkout@v4
with:

View file

@ -28,8 +28,6 @@ jobs:
steps:
- name: Checkout mod repo
uses: actions/checkout@v4
with:
fetch-depth: 32
- name: Validate gradle wrapper checksum
uses: gradle/wrapper-validation-action@v2