Skip to content

Commit

Permalink
Merge pull request #11 from cerberauth/renovate/actions-configure-pag…
Browse files Browse the repository at this point in the history
…es-5.x

chore(deps): update actions/configure-pages action to v5
  • Loading branch information
emmanuelgautier authored Apr 7, 2024
2 parents fee7667 + 2a33920 commit f546127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
submodules: recursive
- 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
Expand Down

0 comments on commit f546127

Please sign in to comment.