From ea06058c011016ab0b5f8c9716f0f8b79c53091f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 22:04:36 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.8.0 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 579f91940..a97d39066 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@9d877eea73427180ae43cf98e8914934fe157a1a # v4.7.6 + uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0 with: ssh-key: ${{ secrets.DEPLOY_KEY }} branch: gh-pages