From 12239c9a5b1800bdaadc0db4ed0bff3f600a8822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 07:24:31 +0000 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.4 Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.3 to 4.7.4. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.7.3...v4.7.4) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.7.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dispatch_pkgdown_build.yml | 2 +- .github/workflows/merge.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dispatch_pkgdown_build.yml b/.github/workflows/dispatch_pkgdown_build.yml index 1557ba4..805ee75 100644 --- a/.github/workflows/dispatch_pkgdown_build.yml +++ b/.github/workflows/dispatch_pkgdown_build.yml @@ -26,7 +26,7 @@ jobs: - name: Deploy to GitHub pages 🚀 if: github.event_name != 'pull_request' - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: clean: false branch: gh-pages diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index b2d26bc..c0d7c36 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -56,7 +56,7 @@ jobs: - name: Deploy to GitHub pages 🚀 if: github.event_name != 'pull_request' - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: clean: false branch: gh-pages