From 39da43b189a1b87af138e7f27cf2b1fab2d75125 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 26 Nov 2021 13:57:11 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.1.7 --- .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 13b5c07c..5723b16c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: yarn build - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.1.6 + uses: JamesIves/github-pages-deploy-action@4.1.7 with: branch: built-pages # The branch the action should deploy to. folder: public # The folder the action should deploy.