chore: add fetch-depth to checkout step

This commit is contained in:
Enrico Stahn 2022-03-30 22:02:19 +11:00 committed by GitHub
parent e3e39b1b24
commit 45b06822ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v2.1.4