Skip to content

Commit 03a444a

Browse files
committed
chore: update gh actions
1 parent 2f7a815 commit 03a444a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
name: Deploy to GitHub Pages
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
14-
- uses: actions/setup-node@v3
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-node@v4
1515
with:
1616
node-version: 18
1717
cache: npm
@@ -24,7 +24,7 @@ jobs:
2424
# Popular action to deploy to GitHub Pages:
2525
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
2626
- name: Deploy to GitHub Pages
27-
uses: peaceiris/actions-gh-pages@v3
27+
uses: peaceiris/actions-gh-pages@v4
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
# Build output to publish to the `gh-pages` branch:

0 commit comments

Comments
 (0)