From c487bb64081fca3049ba94da501b411784fedf58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 03:48:58 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.4.3 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 84399cc..f0677a6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,7 +65,7 @@ jobs: - name: Deploy 🚀 if: github.ref == 'refs/heads/master' && github.event.repository.fork == false - uses: JamesIves/github-pages-deploy-action@v4.3.3 + uses: JamesIves/github-pages-deploy-action@v4.4.3 with: branch: gh-pages # The branch the action should deploy to. folder: _site # The folder the action should deploy.