From 104da08e742bd4c7cc90d52618bc10e37ce67cf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 21:48:59 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.8.0 --- .github/workflows/deploy_doc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_doc.yml b/.github/workflows/deploy_doc.yml index 9c04d15..3e495a6 100644 --- a/.github/workflows/deploy_doc.yml +++ b/.github/workflows/deploy_doc.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - name: Deploy if: github.event_name != 'pull_request' - uses: JamesIves/github-pages-deploy-action@v4.6.1 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: branch: gh-pages # The branch the action should deploy to. folder: docs # The folder the action should deploy.