mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +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
|
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
|
||||||
-
|
-
|
||||||
|
|
|
||||||
4
.github/workflows/pkgcheck.yaml
vendored
4
.github/workflows/pkgcheck.yaml
vendored
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue