Skip to content

Commit e0c616d

Browse files
committed
ci: update workflows config.
1 parent 56c383a commit e0c616d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
contents: write
1212
id-token: write
1313
steps:
14-
- uses: actions/checkout@v3
15-
- uses: actions/setup-node@v3
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 18
1818
registry-url: 'https://registry.npmjs.org'
@@ -49,7 +49,7 @@ jobs:
4949
${{ steps.changelog.outputs.changelog }}
5050
5151
- name: Deploy
52-
uses: peaceiris/actions-gh-pages@v3
52+
uses: peaceiris/actions-gh-pages@v4
5353
with:
5454
github_token: ${{ secrets.GITHUB_TOKEN }}
5555
publish_dir: ./website/dist

0 commit comments

Comments
 (0)