From db3dec456e1eca437f1c58413a2c21a79f8360a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 02:42:39 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.7.6 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/site-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site-build.yml b/.github/workflows/site-build.yml index 4703dcf43..096fd293c 100644 --- a/.github/workflows/site-build.yml +++ b/.github/workflows/site-build.yml @@ -36,7 +36,7 @@ jobs: npm run build - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4.7.4 + uses: JamesIves/github-pages-deploy-action@9d877eea73427180ae43cf98e8914934fe157a1a # v4.7.6 with: ssh-key: ${{ secrets.DEPLOY_KEY }} branch: gh-pages