Bump dependencies to fix CI (#1610)

This commit is contained in:
Noah Lev 2023-02-17 16:37:19 -08:00 committed by GitHub
parent a5046f57db
commit 491365bd3e
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ jobs:
env:
MDBOOK_VERSION: 0.4.21
MDBOOK_LINKCHECK_VERSION: 0.7.6
MDBOOK_MERMAID_VERSION: 0.11.2
MDBOOK_TOC_VERSION: 0.9.0
MDBOOK_MERMAID_VERSION: 0.12.6
MDBOOK_TOC_VERSION: 0.11.2
DEPLOY_DIR: book/html
BASE_SHA: ${{ github.event.pull_request.base.sha }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}