Skip to content

Commit 79bbb46

Browse files
committed
build: 更新GitHub actions
1 parent 4cd71fb commit 79bbb46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
2323
# 如果你文档需要 Git 子模块,取消注释下一行
@@ -32,7 +32,7 @@ jobs:
3232
run_install: true
3333

3434
- name: 设置 Node.js
35-
uses: actions/setup-node@v3
35+
uses: actions/setup-node@v4
3636
with:
3737
node-version: 20
3838
cache: pnpm

0 commit comments

Comments
 (0)