Skip to content

Commit 7d4a6e6

Browse files
authored
Merge pull request #32 from Bromeon/bugfix/mdbook-update
Update mdbook (0.4.1 -> 0.4.12), fixes CVE-2020-26297
2 parents 36a0c6c + 07221fe commit 7d4a6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Build book
3131
run: |
32-
wget https://github.com/rust-lang/mdBook/releases/download/v0.4.1/mdbook-v0.4.1-x86_64-unknown-linux-gnu.tar.gz -O /tmp/mdbook.tar.gz
32+
wget https://github.com/rust-lang/mdBook/releases/download/v0.4.12/mdbook-v0.4.12-x86_64-unknown-linux-gnu.tar.gz -O /tmp/mdbook.tar.gz
3333
/bin/tar -xvzf /tmp/mdbook.tar.gz -C /tmp
3434
/tmp/mdbook build
3535

0 commit comments

Comments
 (0)