Update actions/configure-pages action to v4

This commit is contained in:
renovate[bot]
2024-01-26 18:16:09 +00:00
committed by GitHub
parent 1372a7a9fe
commit 27aed9e378

View File

@@ -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