Skip to content

Commit 5665e0d

Browse files
chore(deps): update peaceiris/actions-gh-pages action to v4
1 parent 480a0f7 commit 5665e0d

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
@@ -20,7 +20,7 @@ jobs:
2020
- run: yarn install --frozen-lockfile
2121
- run: yarn test --coverage
2222
- name: Publish to gh-pages
23-
uses: peaceiris/actions-gh-pages@v3
23+
uses: peaceiris/actions-gh-pages@v4
2424
with:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
publish_dir: ./coverage/lcov-report

0 commit comments

Comments
 (0)