Skip to content

Commit 7822d8b

Browse files
committed
ci: update workflows config.
1 parent 460df66 commit 7822d8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
contents: write
1111
id-token: write
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:
16-
node-version: 18
16+
node-version: 20
1717
registry-url: 'https://registry.npmjs.org'
1818

1919
- run: npm install
@@ -39,7 +39,7 @@ jobs:
3939
uses: jaywcjlove/changelog-generator@main
4040

4141
- name: Deploy
42-
uses: peaceiris/actions-gh-pages@v3
42+
uses: peaceiris/actions-gh-pages@v4
4343
with:
4444
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
4545
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)