From 5a135bc3d63dc48b8620c58597cf256ff7bfa2af Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Fri, 23 Sep 2022 14:20:28 +0800 Subject: [PATCH] Update sync_project.yml --- .github/workflows/sync_project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync_project.yml b/.github/workflows/sync_project.yml index 4392512..0476a73 100644 --- a/.github/workflows/sync_project.yml +++ b/.github/workflows/sync_project.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout' - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: 'Mirror to gitlab' uses: pixta-dev/repository-mirroring-action@v1 with: @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout' - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: 'Mirror to bitbucket' uses: pixta-dev/repository-mirroring-action@v1 with: