From ab8ee8a0972d3c7879a0818d74485a62ffe82da7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 02:50:23 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.7.6 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51ee41e..7d7dc30 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -159,7 +159,7 @@ jobs: name: dist-folder path: dist/ - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.6.8 + uses: JamesIves/github-pages-deploy-action@v4.7.6 with: branch: gh-pages # The branch the action should deploy to. folder: dist # The folder the action should deploy.