Skip to content

Commit

Permalink
ci: bump mdBook to 0.4.43
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardosm committed Jan 2, 2025
1 parent aaa0f4f commit e07c766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Install Rust
run: ./ci/install-rust.sh stable --profile minimal
- name: Install mdbook
run: cargo install --locked --version 0.4.40 mdbook
run: cargo install --locked --version 0.4.43 mdbook
- name: Build book
run: ./ci/build-dist-book.sh
- name: Upload artifact
Expand Down

0 comments on commit e07c766

Please sign in to comment.