From 13d94782cf5e343dbb587c1595e86278f39a2ea1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 13:12:46 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.6.1 --- .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 fd5bfb8..41bf3b0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -43,7 +43,7 @@ jobs: run: npm run build - name: Deploy - uses: JamesIves/github-pages-deploy-action@4.1.4 + uses: JamesIves/github-pages-deploy-action@v4.6.1 if: github.ref == 'refs/heads/KillYourMaster' with: branch: gh-pages