From df30bce6f9b31e65a705f9805b096fe1621a5381 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 02:34:04 +0000 Subject: [PATCH] chore(deps): update actions/deploy-pages action to v5 --- .github/workflows/deploy-docs.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index 12531fe..9c771d1 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -39,4 +39,4 @@ jobs: path: docs/_build/mini18n-dirhtml - name: 'Deploy to GitHub Pages' id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 05167c5..ff360af 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -77,4 +77,4 @@ jobs: path: docs/_build/mini18n-dirhtml - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5