fix checkout action, needs history (#35)

Signed-off-by: David Karlsen <david@davidkarlsen.com>
This commit is contained in:
David J. M. Karlsen
2020-08-29 20:36:07 +02:00
committed by GitHub
parent 97237943ef
commit 42a825d491
+3 -1
View File
@@ -36,7 +36,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Configure Git
run: |