From 817fd9fd4f31fc9bbac6f765ea614e3a7b516104 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 13:31:57 +0000 Subject: [PATCH] chore(deps): update peaceiris/actions-mdbook action to v2 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 253f8c69e..43508edf5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -81,7 +81,7 @@ jobs: - name: Setup mdBook if: ${{ github.ref == 'refs/heads/main' }} - uses: peaceiris/actions-mdbook@v1.2.0 + uses: peaceiris/actions-mdbook@v2.0.0 with: mdbook-version: '0.4.5'