From e2b0732cb78b44d9c4edc92f82237ab1affdff04 Mon Sep 17 00:00:00 2001 From: raph Date: Tue, 12 Nov 2024 23:34:28 +0100 Subject: [PATCH] Update docs Github Action (#4069) --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c1322ae10f..d900ed4cf5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - - uses: peaceiris/actions-mdbook@v1 + - uses: peaceiris/actions-mdbook@v2 with: mdbook-version: latest @@ -60,7 +60,7 @@ jobs: done - name: Deploy Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 if: github.ref == 'refs/heads/master' with: github_token: ${{secrets.GITHUB_TOKEN}}