From 4a3c74ce5b61405ff35b604a478230fc1b3d3f66 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 26 Jul 2020 20:59:10 +0100 Subject: [PATCH] Use fetch-depth 0 for 'all' on checkout@v2 --- .github/workflows/python-app.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index dd8d38e9..5ead381d 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -16,6 +16,7 @@ jobs: steps: - uses: actions/checkout@v2 + fetch-depth: 0 - name: Set up Python 3.7 uses: actions/setup-python@v2 with: