From 75dc0a3965c8e2816cbdef792d4a9f535ca574f5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 16 May 2022 02:26:05 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.3.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 3009672..910ace0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -55,7 +55,7 @@ jobs: pnpm run build - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.0.0 + uses: JamesIves/github-pages-deploy-action@v4.3.3 with: branch: gh-pages # The branch the action should deploy to. folder: _site # The folder the action should deploy.