From 2ad0a3d6228e0f9f408a0f4cc3c7e173044fc502 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 20:26:46 +0000 Subject: [PATCH] chore(deps): update actions/deploy-pages action to v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e8f23d2..6cea5e95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -274,5 +274,5 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - - uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4 + - uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5 id: deployment