From a83f25053858d0984635978ec1a6c96f40c5e137 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 23 Apr 2022 22:44:33 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.3.2 --- .github/workflows/demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 5687f7e..03e89d5 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -33,7 +33,7 @@ jobs: run: yarn build - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.1.0 + uses: JamesIves/github-pages-deploy-action@v4.3.2 with: branch: gh-pages folder: build