We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d764e7 commit 6e1d038Copy full SHA for 6e1d038
1 file changed
.github/workflows/manual.yml
@@ -10,12 +10,12 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
with:
15
fetch-depth: 0
16
17
- name: Setup mdBook
18
- uses: peaceiris/actions-mdbook@v1
+ uses: peaceiris/actions-mdbook@v2
19
20
mdbook-version: "latest"
21
@@ -24,7 +24,7 @@ jobs:
24
working-directory: manual
25
26
- name: Deploy to GitHub Pages
27
- uses: JamesIves/github-pages-deploy-action@v4.2.5
+ uses: JamesIves/github-pages-deploy-action@v4.7.3
28
29
branch: gh-pages
30
folder: manual/book
0 commit comments