From 1db6090a02e2061649b0765b8e3b3536f90fdfcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Apr 2022 00:46:56 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.3.2 (#615) Co-authored-by: Renovate Bot --- .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 228635a8..7f418e59 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: yarn build - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.3.0 + uses: JamesIves/github-pages-deploy-action@v4.3.2 with: branch: gh-pages folder: dist