From 1859e10cec5a74dd22440fa91ab54502c84c73c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 23:06:28 +0000 Subject: [PATCH] chore(deps): bump peaceiris/actions-mdbook from 1.2.0 to 2.0.0 Bumps [peaceiris/actions-mdbook](https://github.com/peaceiris/actions-mdbook) from 1.2.0 to 2.0.0. - [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.2.0...v2.0.0) --- updated-dependencies: - dependency-name: peaceiris/actions-mdbook dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/book.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/book.yaml b/.github/workflows/book.yaml index 095b07c53..50aeb9841 100644 --- a/.github/workflows/book.yaml +++ b/.github/workflows/book.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Install mdbook - uses: peaceiris/actions-mdbook@v1.2.0 + uses: peaceiris/actions-mdbook@v2.0.0 with: mdbook-version: "0.4.7"