From 27b3859c041f7760cb5a890cc13194192f0d6bfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 21:06:54 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.8.0 --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 9d87f11d..026d9d17 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -61,7 +61,7 @@ jobs: echo "${{secrets.ENV_FILE}}" >> env.txt - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: branch: master # The branch the action should deploy to. folder: public # The folder the action should deploy.