From 0c353c40b9b4ef9c60b35f9241b2d114ae300b3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 12:54:56 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.4.3 --- .github/workflows/deploy-to-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-gh-pages.yml b/.github/workflows/deploy-to-gh-pages.yml index d1b9a61..06d4106 100644 --- a/.github/workflows/deploy-to-gh-pages.yml +++ b/.github/workflows/deploy-to-gh-pages.yml @@ -16,7 +16,7 @@ jobs: npm run build - name: Deploy - uses: JamesIves/github-pages-deploy-action@4.1.7 + uses: JamesIves/github-pages-deploy-action@v4.4.3 with: branch: gh-pages folder: dist