From 9c13f0c924d4a214cb6868a374cd252f11317d6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 15:11:00 +0000 Subject: [PATCH] ci(deps): update jamesives/github-pages-deploy-action action to v4.7.1 (#307) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 841bd118..5eead9a8 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -139,7 +139,7 @@ jobs: token: ${{ secrets.DEPLOYMENT_TOKEN }} - name: Deliver a branch if: matrix.type == 'repo' && steps.can-release.outputs.can-release == 'true' - uses: JamesIves/github-pages-deploy-action@v4.7.0 + uses: JamesIves/github-pages-deploy-action@v4.7.1 with: folder: ${{ matrix.target }} token: ${{ secrets.DEPLOYMENT_TOKEN }}