From cc7e6070b3ce6f90883a3e318d5f3aa2d75a09b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 23:10:44 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.7.4 --- .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 cae1dbbe5..bc626f80b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: env: CI: true - name: GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.7.2 + uses: JamesIves/github-pages-deploy-action@v4.7.4 if: matrix.node-version == '24.x' && github.ref == 'refs/heads/main' with: branch: gh-pages