diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index fd4d92e1..168e1528 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -47,7 +47,7 @@ jobs: fetch-depth: 0 - name: Setup Pages id: pages - uses: actions/configure-pages@v4.0.0 + uses: actions/configure-pages@v5.0.0 - name: Install Node.js dependencies working-directory: ./site run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"