From ba4b48328db643707bba3c287ea58507bf744aa1 Mon Sep 17 00:00:00 2001 From: rkygogo <107276912+rkygogo@users.noreply.github.com> Date: Thu, 23 Jun 2022 17:48:15 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b44d318..531beea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout' - uses: actions/checkout@v3 + uses: actions/checkout@v1 - name: 'Mirror to gitlab' uses: pixta-dev/repository-mirroring-action@v1 with: @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout' - uses: actions/checkout@v3 + uses: actions/checkout@v1 - name: 'Mirror to bitbucket' uses: pixta-dev/repository-mirroring-action@v1 with: