diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index 16a8acd..68b2e0e 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@v6 + uses: actions/checkout@v7 with: submodules: recursive # Get submdules fetch-depth: 1 # Fetch all history for .GitInfo and .Lastmod