Merge pull request #23 from archy-linux/renovate/actions-checkout-4.x

chore(deps): update actions/checkout action to v4
This commit is contained in:
mergify[bot] 2023-09-05 21:24:52 +00:00 committed by GitHub
commit 306b3149d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: mirror in bitbucket
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install libs
run: sudo apt-get install libxinerama1 libxinerama-dev
- name: make install test

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: mirror in codeberg
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: mirror in git.disroot
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: mirror in Gitdab
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: mirror in Gitea
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: mirror in gitlab
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: mirror in Gitdab
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master