Skip to content

Commit 6f9c5b1

Browse files
Upgrade peaceiris/actions-mdbook GitHub Action from 1 to 2 version (#1254)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eac4e21 commit 6f9c5b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
- uses: dtolnay/rust-toolchain@v1
264264
with:
265265
toolchain: ${{ matrix.toolchain }}
266-
- uses: peaceiris/actions-mdbook@v1
266+
- uses: peaceiris/actions-mdbook@v2
267267

268268
- run: make test.book
269269

@@ -410,7 +410,7 @@ jobs:
410410
runs-on: ubuntu-latest
411411
steps:
412412
- uses: actions/checkout@v4
413-
- uses: peaceiris/actions-mdbook@v1
413+
- uses: peaceiris/actions-mdbook@v2
414414

415415
- run: make book.build out=gh-pages${{ (github.ref == 'refs/heads/master'
416416
&& '/master')

0 commit comments

Comments
 (0)