This commit is contained in:
CrazyMax 2020-01-19 21:52:29 +01:00
parent f2f3843e80
commit 64e6378200
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 11 additions and 3 deletions

View file

@ -26,7 +26,10 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
-
name: Unshallow
run: git fetch --prune --unshallow
-
name: Set up Go
uses: actions/setup-go@v1