diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54456ad..7210eef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true # fetch Hugo themes (true OR recursive) fetch-depth: 0 # fetch all history for .GitInfo and .Lastmod