Skip to content

Commit 1e01e47

Browse files
author
zhangml
committed
升级工作流版本
1 parent 006bf5b commit 1e01e47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
pages: write # To push to a GitHub Pages site
1313
id-token: write # To update the deployment status
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
1818
- name: Install latest mdbook
@@ -28,12 +28,12 @@ jobs:
2828
# Just add a `cd` here if you need to change to another directory.
2929
mdbook build
3030
- name: Setup Pages
31-
uses: actions/configure-pages@v2
31+
uses: actions/configure-pages@v4
3232
- name: Upload artifact
33-
uses: actions/upload-pages-artifact@v1
33+
uses: actions/upload-pages-artifact@v4
3434
with:
3535
# Upload entire repository
3636
path: 'book'
3737
- name: Deploy to GitHub Pages
3838
id: deployment
39-
uses: actions/deploy-pages@v1
39+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)