From 743c0c42c6c17dfbc14cf53ef4e5583ce8f54c58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 01:39:31 +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 2b6c01a..933b1cb 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -42,4 +42,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 6950bb8..dc06699 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -82,4 +82,4 @@ jobs: path: docs/_build/mini18n-dirhtml - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5