diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index ed024e1..d7f59cc 100644 --- a/.gitea/workflows/hugo.yaml +++ b/.gitea/workflows/hugo.yaml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout with submodules - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: recursive # Get submdules fetch-depth: 1 # Fetch all history for .GitInfo and .Lastmod