From 092b20f7419c7b57e2d403fe196d7a7536b85629 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 16:41:01 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.6.4 --- .github/workflows/reusable-sphinx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-sphinx.yaml b/.github/workflows/reusable-sphinx.yaml index 4025ef5..3317619 100644 --- a/.github/workflows/reusable-sphinx.yaml +++ b/.github/workflows/reusable-sphinx.yaml @@ -43,7 +43,7 @@ jobs: run: tox -e ${{ inputs.scenario-name }} - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.5.0 + uses: JamesIves/github-pages-deploy-action@v4.6.4 with: branch: gh-pages # The branch the action should deploy to. folder: ${{ inputs.generated-docs-folder }}