Skip to content

Commit 6bcfda2

Browse files
committed
Bump MDBOOK_VERSION
1 parent c1aa753 commit 6bcfda2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
# renovate: rust-lang/mdBook
16-
MDBOOK_VERSION: '0.5.0'
16+
MDBOOK_VERSION: '0.5.1'
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v6

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
env:
2121
# renovate: rust-lang/mdBook
22-
MDBOOK_VERSION: '0.5.0'
22+
MDBOOK_VERSION: '0.5.1'
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v6

0 commit comments

Comments
 (0)