Skip to content

Commit 7a38617

Browse files
chore(deps): update peaceiris/actions-gh-pages action to v4 (#1027)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b198f40 commit 7a38617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: yarn coverage
2323
- run: yarn build:pages
2424
- name: Publish to gh-pages
25-
uses: peaceiris/actions-gh-pages@v3
25+
uses: peaceiris/actions-gh-pages@v4
2626
with:
2727
github_token: ${{ secrets.GITHUB_TOKEN }}
2828
publish_dir: ./gh-pages

0 commit comments

Comments
 (0)