From ebdb17fd3b8ce7028c440d11ef42ffa7ed193aba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 16:27:06 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.7.1 --- .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 7e4d5b6..f41417a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: run: yarn generate - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.4.0 + uses: JamesIves/github-pages-deploy-action@v4.7.1 with: branch: gh-pages # The branch the action should deploy to. folder: playground/dist # The folder the action should deploy.