From e7eb8742f14dc108be43b68aa5456e2f3636c022 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Mon, 28 Apr 2025 15:15:40 +0800 Subject: [PATCH] fix --- .github/workflows/git-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git-sync.yml b/.github/workflows/git-sync.yml index ebd7a30..c5e1e1d 100644 --- a/.github/workflows/git-sync.yml +++ b/.github/workflows/git-sync.yml @@ -5,7 +5,7 @@ jobs: sync: runs-on: ubuntu-latest steps: - - users: actions/checkout@v4 + - uses: actions/checkout@v3 with: fetch-depth: 0