From 471c5bc91b7058f23d680570333717b78aa85b10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 03:46:06 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.7.6 --- .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 7e4d5b6..732b0c2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: run: yarn generate - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.4.0 + uses: JamesIves/github-pages-deploy-action@v4.7.6 with: branch: gh-pages # The branch the action should deploy to. folder: playground/dist # The folder the action should deploy.