From 1c15fb9297f7879698a43b0ac9af67af2de15e4c Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Mon, 6 Jul 2020 06:04:36 +0900 Subject: [PATCH] ci: add mdbook 0.4.0 --- .github/workflows/test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index f06af1f..d018939 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -16,7 +16,7 @@ jobs: - 'windows-latest' mdbook-version: - 'latest' - - '0.3.4' + - '0.4.0' steps: - uses: actions/checkout@v2