Skip to content

Commit fc46f4c

Browse files
chore(deps): bump peaceiris/actions-mdbook from 1 to 2 (#362)
Bumps [peaceiris/actions-mdbook](https://github.com/peaceiris/actions-mdbook) from 1 to 2. - [Release notes](https://github.com/peaceiris/actions-mdbook/releases) - [Changelog](https://github.com/peaceiris/actions-mdbook/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-mdbook@v1...v2) --- updated-dependencies: - dependency-name: peaceiris/actions-mdbook dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ade222d commit fc46f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
directory: ${{ runner.temp }}/llvm-${{ matrix.clang }}
4343
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
4444
- name: Install mdbook
45-
uses: peaceiris/actions-mdbook@v1
45+
uses: peaceiris/actions-mdbook@v2
4646
with:
4747
mdbook-version: ${{ matrix.mdbook }}
4848
- name: Build guide

0 commit comments

Comments
 (0)