ci: setup actions/checkout@v3 to fetch complete Git history (#32)

Attempt to fix #31
This commit is contained in:
Sid 2023-09-03 23:35:33 +05:30 committed by GitHub
parent 4381f31085
commit e4c36236df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Go
uses: actions/setup-go@v4
with: