From 1ec5563e7bed6bbfda5601e04cee94b04a48fc8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 14:55:40 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.7.3 --- .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..b4adf0e 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.7.3 with: branch: gh-pages # The branch the action should deploy to. folder: docs # The folder the action should deploy.