mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 00:16:22 +01:00
workflow fixups and bump checkout
This commit is contained in:
parent
81e792f36a
commit
4e95faa200
2 changed files with 3 additions and 4 deletions
3
.github/workflows/pentoo-visibility.yaml
vendored
3
.github/workflows/pentoo-visibility.yaml
vendored
|
|
@ -1,7 +1,6 @@
|
|||
name: Pentoo Visibility Check
|
||||
|
||||
on:
|
||||
on:
|
||||
schedule:
|
||||
- cron: "3 * * * *"
|
||||
pull_request:
|
||||
|
|
@ -14,7 +13,7 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
-
|
||||
|
|
|
|||
4
.github/workflows/pkgcheck.yaml
vendored
4
.github/workflows/pkgcheck.yaml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue