From 95bff547b98e94fccaee30f53f092e552a7a903c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 12:42:52 +0000 Subject: [PATCH] Update actions/deploy-pages action to v5 --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 89ca1fe..d3fbf04 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -103,7 +103,7 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 smoke-test: name: Post-Deployment Smoke Test