From a9b126289f2609d46de040bb5b60425749173a8b Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 4 Sep 2020 16:25:18 -0400
Subject: [PATCH] start the checkout

---
 .github/workflows/ci.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 7baba9b..defa0af 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -12,6 +12,10 @@ jobs:
           - "2.7"
 
     steps:
+    - uses: actions/checkout@v2
+      with:
+        fetch-depth: "0"
+
       # Get tags not fetched by the checkout action, needed for auto-versioning.
     - name: "Finish checkout"
       run: |
-- 
GitLab