From 1a2e0ffcc4c76f2e05d693ff2f3e4a684c60fea9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 14:14:24 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.6.1 --- .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..9c04d15 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.6.1 with: branch: gh-pages # The branch the action should deploy to. folder: docs # The folder the action should deploy.