Skip to content

Commit 3ce78f8

Browse files
committed
ci(doc): pin mdbook to 0.4.43
1 parent 92663bc commit 3ce78f8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1526,8 +1526,10 @@ jobs:
15261526
fetch-depth: 0
15271527
- name: Install mdbook
15281528
uses: taiki-e/install-action@v2
1529+
env:
1530+
MDBOOK_VERSION: "0.4.43"
15291531
with:
1530-
tool: mdbook
1532+
tool: mdbook@${{ env.MDBOOK_VERSION }}
15311533
- name: Build user-guide (stable)
15321534
if: ${{ !contains('["pull_request", "merge_group"]', github.event_name) }}
15331535
run: |

ci/actions-templates/test-docs-template.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ jobs: # skip-all
1313
fetch-depth: 0
1414
- name: Install mdbook
1515
uses: taiki-e/install-action@v2
16+
env:
17+
MDBOOK_VERSION: "0.4.43"
1618
with:
17-
tool: mdbook
19+
tool: mdbook@${{ env.MDBOOK_VERSION }}
1820
- name: Build user-guide (stable)
1921
if: ${{ !contains('["pull_request", "merge_group"]', github.event_name) }}
2022
run: |

0 commit comments

Comments
 (0)