File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1526,8 +1526,10 @@ jobs:
1526
1526
fetch-depth : 0
1527
1527
- name : Install mdbook
1528
1528
uses : taiki-e/install-action@v2
1529
+ env :
1530
+ MDBOOK_VERSION : " 0.4.43"
1529
1531
with :
1530
- tool : mdbook
1532
+ tool : mdbook@${{ env.MDBOOK_VERSION }}
1531
1533
- name : Build user-guide (stable)
1532
1534
if : ${{ !contains('["pull_request", "merge_group"]', github.event_name) }}
1533
1535
run : |
Original file line number Diff line number Diff line change @@ -13,8 +13,10 @@ jobs: # skip-all
13
13
fetch-depth : 0
14
14
- name : Install mdbook
15
15
uses : taiki-e/install-action@v2
16
+ env :
17
+ MDBOOK_VERSION : " 0.4.43"
16
18
with :
17
- tool : mdbook
19
+ tool : mdbook@${{ env.MDBOOK_VERSION }}
18
20
- name : Build user-guide (stable)
19
21
if : ${{ !contains('["pull_request", "merge_group"]', github.event_name) }}
20
22
run : |
You can’t perform that action at this time.
0 commit comments