Skip to content

Commit

Permalink
doc: update mdbook version
Browse files Browse the repository at this point in the history
  • Loading branch information
s1rius committed Oct 14, 2023
1 parent b2a8933 commit 94bac7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/install-mdbook/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ runs:
# The --locked flag is important for reproducible builds. It also
# avoids breakage due to skews between mdbook and mdbook-svgbob.
- name: Install mdbook
run: cargo install mdbook --locked --version 0.4.28
run: cargo +nightly install mdbook --locked --version 0.4.35
shell: bash

- name: Install mdbook-svgbob
run: cargo install mdbook-svgbob --locked --version 0.2.1
run: cargo +nightly install mdbook-svgbob --locked --version 0.2.1
shell: bash

- name: Install mdbook-i18n-helpers
run: cargo install mdbook-i18n-helpers --locked --version 0.1.0
run: cargo +nightly install mdbook-i18n-helpers --locked --version 0.2.4
shell: bash

0 comments on commit 94bac7b

Please sign in to comment.