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

View file

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