ci: upgrade actions/checkout from v3 to v4 (#73)

https://github.com/actions/checkout#checkout-v4
This commit is contained in:
Sid 2023-09-22 02:12:15 +05:30 committed by GitHub
parent 4e63aa4f14
commit c18d5def26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ jobs:
HUGO_VERSION: 0.117.0
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Go