Skip to content

Commit e83cc02

Browse files
committed
Bump mdbook and mdbook-toc
1 parent e22cd15 commit e83cc02

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ jobs:
2323
- uses: taiki-e/install-action@v2
2424
with:
2525
# don't pin this to a specific version, since we're building `mdbook-toc` below
26-
tool: mdbook@0.4
26+
tool: mdbook@0.5
2727

28-
# we can't use `taiki-e/install-action` because the latest release is ancient
29-
# no `--locked` so that it picks up a matching `mdbook`
30-
- run: cargo install mdbook-toc
28+
- uses: taiki-e/install-action@v2
29+
with:
30+
# don't pin this to a specific version, since we're building `mdbook-toc` below
31+
3132

3233
- name: Clone the rust-analyzer repository
3334
uses: GuillaumeFalourd/[email protected]

0 commit comments

Comments
 (0)