Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bitbucket-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: mirror in bitbucket
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: install libs
run: sudo apt-get install libxinerama1 libxinerama-dev
- name: make install test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeberg-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: mirror in codeberg
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/disroot-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: mirror in git.disroot
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitdab-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: mirror in Gitdab
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitea-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: mirror in Gitea
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitlab-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: mirror in gitlab
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pagure-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: mirror in Gitdab
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
Expand Down