about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2025-01-13 16:55:14 +0100
committerSamuel Tardieu <sam@rfc1149.net>2025-01-13 16:55:42 +0100
commit6c367cb83fe02417cc3f46c1ba7e4ddc11fc5719 (patch)
tree8e9b4c589ccf2361aa967ce50c7a03f73bae71d7
parent0456e4d6a16b1d9148dad5e5bf41e1d8f4ccca2d (diff)
downloadrust-6c367cb83fe02417cc3f46c1ba7e4ddc11fc5719.tar.gz
rust-6c367cb83fe02417cc3f46c1ba7e4ddc11fc5719.zip
Update mdbook to 0.4.43
-rw-r--r--.github/workflows/remark.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/remark.yml b/.github/workflows/remark.yml
index 69d00dc027e..13902f78b54 100644
--- a/.github/workflows/remark.yml
+++ b/.github/workflows/remark.yml
@@ -27,7 +27,7 @@ jobs:
     - name: Install mdbook
       run: |
         mkdir mdbook
-        curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.34/mdbook-v0.4.34-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
+        curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.43/mdbook-v0.4.43-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
         echo `pwd`/mdbook >> $GITHUB_PATH
 
     # Run