Skip to content

Commit 00ff687

Browse files
authored
Merge pull request #71 from manicmaniac/renovate/actions-configure-pages-5.x
Update actions/configure-pages action to v5
2 parents 6cdd472 + b4b442c commit 00ff687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: npm
2626
- run: npm ci
2727
- run: npm run build
28-
- uses: actions/configure-pages@v4
28+
- uses: actions/configure-pages@v5
2929
- uses: actions/upload-pages-artifact@v3
3030
with:
3131
path: docs

0 commit comments

Comments
 (0)