diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index 2dc649b..ed024e1 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@v4 + uses: actions/checkout@v5 with: submodules: recursive # Get submdules fetch-depth: 1 # Fetch all history for .GitInfo and .Lastmod