diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index fa2f8f3..8c99f8b 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -41,7 +41,7 @@ jobs: persist-credentials: false - name: Setup Pages id: pages - uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5 + uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0 - name: Install Node.js dependencies run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" - name: Build with Hugo