From 11e8e0b405986b4e4961ad5d5f0c3370a92528ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 04:38:18 +0000 Subject: [PATCH] chore(deps): update actions/deploy-pages action to v5 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6d5ec8816e..544d9c86b3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -128,7 +128,7 @@ jobs: with: path: './.cache/demo' - id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 publish: needs: [initialize, lint, test]