Compare commits

..

No commits in common. "306b3149d8ae2e004065ad422afa2e3920f884c6" and "dd8295212a19180716731b58f20cc9c35d28672d" have entirely different histories.

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@v4
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- 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@v4
uses: actions/checkout@v3
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@v4
uses: actions/checkout@v3
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@v4
uses: actions/checkout@v3
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@v4
uses: actions/checkout@v3
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@v4
uses: actions/checkout@v3
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@v4
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master