This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 9dba0ce chore(deps): Bump peaceiris/actions-mdbook from 1 to 2 (#332)
9dba0ce is described below
commit 9dba0ce17ab23c397a4dc3da3118c8ea3fa17364
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 16 14:17:04 2024 +0800
chore(deps): Bump peaceiris/actions-mdbook from 1 to 2 (#332)
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](https://github.com/peaceiris/actions-mdbook/compare/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>
---
.github/workflows/website.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index abf9792..ac61c86 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup mdBook
- uses: peaceiris/actions-mdbook@v1
+ uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: '0.4.36'