From c41db7653434f02391fb62fd0b3a1392c96e0f3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 01:43:21 +0900 Subject: [PATCH] ci: bump peaceiris/actions-mdbook from v1.1.12 to v1.1.13 (#503) Bumps [peaceiris/actions-mdbook](https://github.com/peaceiris/actions-mdbook) from v1.1.12 to v1.1.13. - [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.1.12...96256d8b33fe0eeb44d121ed7de97cb4cb61bc33) 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 0b33af7eb..80d1bb3de 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -88,7 +88,7 @@ jobs: - name: Setup mdBook if: github.ref == 'refs/heads/main' - uses: peaceiris/actions-mdbook@v1.1.12 + uses: peaceiris/actions-mdbook@v1.1.13 with: mdbook-version: '0.3.7'