From 7377f3cc37217aa06258bf9d7644c036de3a16e3 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Fri, 7 Jun 2024 07:38:26 +0300 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 67b4a18..d7ebeaa 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-depth: 1 + fetch-depth: 2 - name: Get Cargo.toml version id: cargo_version