Skip to content

Commit 8c0be59

Browse files
committed
fix: upgrade workflow test
1 parent a88a9d2 commit 8c0be59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fetch-depth: 0
4646
- name: Setup Pages
4747
id: pages
48-
uses: actions/configure-pages@v3
48+
uses: actions/configure-pages@v4
4949
- name: Install Node.js dependencies
5050
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
5151
- name: Build with Hugo

0 commit comments

Comments
 (0)