From 19976af8e50d10695ac54978295745e906406cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2020 02:12:37 +0900 Subject: [PATCH] ci: bump peaceiris/actions-mdbook from v1 to v1.1.12 (#360) Bumps [peaceiris/actions-mdbook](https://github.com/peaceiris/actions-mdbook) from v1 to v1.1.12. - [Release notes](https://github.com/peaceiris/actions-mdbook/releases) - [Changelog](https://github.com/peaceiris/actions-mdbook/blob/master/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-mdbook/compare/v1...95a44014c14104ed598589e585d0a1c4214d50ef) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3cb1909..3de839a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -79,7 +79,7 @@ jobs: - name: Setup mdBook if: github.ref == 'refs/heads/master' - uses: peaceiris/actions-mdbook@v1 + uses: peaceiris/actions-mdbook@v1.1.12 with: mdbook-version: '0.3.7'