From a9bd12712125eaa6797e4ab0b97d11c514a68231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 09:56:11 +0000 Subject: [PATCH] build(deps): bump jontze/action-mdbook from 2.2.1 to 2.2.2 (#7632) Bumps [jontze/action-mdbook](https://github.com/jontze/action-mdbook) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/jontze/action-mdbook/releases) - [Changelog](https://github.com/jontze/action-mdbook/blob/master/CHANGELOG.md) - [Commits](https://github.com/jontze/action-mdbook/compare/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: jontze/action-mdbook dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 77bfb159..9d04f16d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -79,7 +79,7 @@ jobs: - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Setup mdBook - uses: jontze/action-mdbook@v2.2.1 + uses: jontze/action-mdbook@v2.2.2 with: token: ${{ secrets.GITHUB_TOKEN }} mdbook-version: '~0.4'