Upgrade checkout
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after -16m19s

This commit is contained in:
Alex Selimov 2025-07-12 15:52:57 -04:00
parent da797997c0
commit 27e3cdcff1
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31

View file

@ -10,7 +10,7 @@ jobs:
deploy: deploy:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
with: with:
submodules: true # Fetch Hugo themes (true OR recursive) submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod