From 6c72b5d9747031723b206de45d8428a0ec88c673 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 04:37:36 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.5.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 9a6cf09..6132e26 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.4.3 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: branch: gh-pages # The branch the action should deploy to. folder: docs # The folder the action should deploy.