workflows: more updates

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-01-17 13:25:06 -05:00
parent e19dc64d25
commit 3c1f4db7fa
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 10
fetch-depth: 0
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
with:

View file

@ -10,7 +10,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 10
fetch-depth: 0
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
with: