From 0e850eb439172fa445470225f66c5433065f7373 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Tue, 25 May 2021 13:07:55 +0200 Subject: [PATCH] Add fetch-depth=0 --- .github/workflows/ci.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8b3b2453c9..56ca5a9104 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,6 +22,8 @@ jobs: steps: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 + with: + fetch-depth: 0 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python uses: actions/setup-python@v2.2.1 @@ -123,6 +125,8 @@ jobs: steps: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 + with: + fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} id: python uses: actions/setup-python@v2.2.1 @@ -246,6 +250,8 @@ jobs: steps: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 + with: + fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} id: python uses: actions/setup-python@v2.2.1 @@ -324,6 +330,8 @@ jobs: steps: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 + with: + fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} id: python uses: actions/setup-python@v2.2.1