Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #23 from anas-stuff/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4
  • Loading branch information
mergify[bot] committed Sep 5, 2023
2 parents 9c458b5 + 515e603 commit 69af833
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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
Expand All @@ -17,7 +17,7 @@ jobs:
GIT_PASSWORD: ${{ secrets.GITLAP_TOKEN }}

- name: mirror in bitbucket
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
Expand All @@ -28,7 +28,7 @@ jobs:
GIT_PASSWORD: ${{ secrets.BITBUCKET_TOKEN }}

- name: mirror in codeberg
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
Expand Down

0 comments on commit 69af833

Please sign in to comment.