workflow fixups and bump checkout

This commit is contained in:
Rick Farina (Zero_Chaos) 2025-08-23 14:57:46 -04:00
parent 81e792f36a
commit 4e95faa200
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,5 @@
name: Pentoo Visibility Check
on:
on:
schedule:
- cron: "3 * * * *"
@ -14,7 +13,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
-

View file

@ -7,11 +7,11 @@ on:
- master
jobs:
build:
pkgcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0