From e62b2c38f93872eba50a3feae798aea1a643d187 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 10:08:35 +0000 Subject: [PATCH] Update actions/deploy-pages action to v5 --- .github/workflows/on_push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_push.yml b/.github/workflows/on_push.yml index 4d4938d..2181a35 100644 --- a/.github/workflows/on_push.yml +++ b/.github/workflows/on_push.yml @@ -60,4 +60,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v5 \ No newline at end of file