From 6baf83615587cc1ed8da1a45c8bfc7aefd44b6cd Mon Sep 17 00:00:00 2001 From: Aman-Cool Date: Sat, 21 Feb 2026 06:30:45 +0530 Subject: [PATCH] fix: use full git history in build job --- .github/workflows/main.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 8bb26a7c..44e73af9 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -35,7 +35,9 @@ jobs: run: shell: bash -l {0} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: conda-incubator/setup-miniconda@v3 with: