From ff1496e8dcb631757caea6c8d81c0fc8ba8f1f45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 19:05:11 +0000 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.7.6 Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.1 to 4.7.6. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.4.1...v4.7.6) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.7.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 16c6ee798cabf..61cf8a8366261 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -52,7 +52,7 @@ jobs: - name: Deploy 🚀 if: github.ref == 'refs/heads/master' - uses: JamesIves/github-pages-deploy-action@v4.4.1 + 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. @@ -63,7 +63,7 @@ jobs: # - name: Deploy to /develop 🚀 # if: github.ref == 'refs/heads/develop' -# uses: JamesIves/github-pages-deploy-action@v4.4.1 +# uses: JamesIves/github-pages-deploy-action@v4.7.6 # with: # branch: gh-pages # folder: dist