From 5c3b4076680f65cce474c7c2c4292ffaa1ebc298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 05:34:21 +0000 Subject: [PATCH] ci: bump peaceiris/actions-mdbook from v1.1.13 to v1.1.14 Bumps [peaceiris/actions-mdbook](https://github.com/peaceiris/actions-mdbook) from v1.1.13 to v1.1.14. - [Release notes](https://github.com/peaceiris/actions-mdbook/releases) - [Changelog](https://github.com/peaceiris/actions-mdbook/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-mdbook/compare/v1.1.13...4b5ef36b314c2599664ca107bb8c02412548d79d) Signed-off-by: dependabot[bot] --- .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 d18d0985e..6e45e2c31 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -86,7 +86,7 @@ jobs: - name: Setup mdBook if: github.ref == 'refs/heads/main' - uses: peaceiris/actions-mdbook@v1.1.13 + uses: peaceiris/actions-mdbook@v1.1.14 with: mdbook-version: '0.4.5'