updating github workflows

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

View file

@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 2
fetch-depth: 10
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
with:

View file

@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 2
fetch-depth: 10
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
with: