diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index fdb1180..0fe36cc 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -9,7 +9,7 @@ jobs: deploy: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: recursive # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod