From 845806761c953a687bd6f17e1c14b7620139397e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 18:23:22 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.6.6 --- .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..0a3734a 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.6 with: branch: gh-pages # The branch the action should deploy to. folder: ${{ inputs.generated-docs-folder }}