From 7a90a1ad7ff3c9f4d3e93dfa6bf0ae53f4fa63b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 11:49:35 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.4.0 --- .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 2ac36d0..85c43e8 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -29,7 +29,7 @@ jobs: run: yarn build:demo - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.1.9 + uses: JamesIves/github-pages-deploy-action@v4.4.0 with: branch: gh-pages folder: example/dist