From d7aea35930b3eb22be5aa9bdf2cab5aa3554291a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 18:26:17 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.6.6 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 779ac71f..0ac4d89d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: run: yarn deploy - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.4.2 + uses: JamesIves/github-pages-deploy-action@v4.6.6 with: branch: gh-pages # The branch the action should deploy to. folder: playground/dist # The folder the action should deploy.