diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 4b36702..5a3df1a 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@v3 + uses: actions/configure-pages@v4 - name: Install Node.js dependencies run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" - name: Build with Hugo