From b9f2937edd46752c12facdd4b3b367e25c98a2d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 20:13:28 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.7.6 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa9793b8..a68e52eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: env: CI: true - name: GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.4.3 + uses: JamesIves/github-pages-deploy-action@v4.7.6 if: matrix.node-version == '18.x' && github.ref == 'refs/heads/main' with: BRANCH: gh-pages