chore(deps): update actions/checkout action to v4

This commit is contained in:
renovate[bot] 2023-09-05 05:57:43 +00:00 committed by GitHub
parent dd8295212a
commit 97133f2383
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