From 89573c93c2f94b8889cbd7ee09c0bbfd80f9ba71 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Mon, 28 Apr 2025 15:16:17 +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 ebc11de..df1f226 100644 --- a/.github/workflows/git-sync.yml +++ b/.github/workflows/git-sync.yml @@ -5,7 +5,7 @@ jobs: sync: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0