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: |