From 4e5dae41610c15277f0a4750d1d31b6271d64448 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 27 Feb 2025 14:58:22 +0200 Subject: [PATCH] fix(ci): update-submodules fetch-depth to 2 --- .github/workflows/update-submodules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 1e58d72..522add3 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 with: submodules: true - fetch-depth: 1 + fetch-depth: 2 token: ${{secrets.GITHUB_TOKEN}} - name: Config Git User run: |