From c0f841143fe1e98485c11007a5f06211eb388c8f Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 31 Jul 2020 11:25:28 -0400 Subject: [PATCH] Update .github/workflows/indent.yml Co-authored-by: Daniel Arndt --- .github/workflows/indent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/indent.yml b/.github/workflows/indent.yml index 0b7d6f5585..3fb72f80f5 100644 --- a/.github/workflows/indent.yml +++ b/.github/workflows/indent.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - fetch-depth: 0 + fetch-depth: 100 - name: setup run: | ./contrib/utilities/download_clang_format -- 2.39.5