diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index ce1cc4a..cce6f13 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -47,7 +47,7 @@ jobs: fetch-depth: 0 - name: Setup Pages id: pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Install Node.js dependencies run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" - name: Build with Hugo