From f392791b69788ad2dd70dab32662a5378e6d261f Mon Sep 17 00:00:00 2001 From: Zanie Date: Fri, 15 Sep 2023 14:31:53 -0500 Subject: [PATCH] Fix depth --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a694187c4a..3c152a6016 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -374,7 +374,7 @@ jobs: uses: actions/checkout@v4 with: ref: 0c030b5bf31e425cb6070db7386243eca6dbd8f1 - depth: 0 + fetch-depth: 0 - name: Check main branch run: | # Fetch the main branch since a shallow checkout is used by default