From de7948911895eb2a5fb386fe41b1071f1c5855d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 07:15:18 +0000 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action from 4.7.4 to 4.7.6 Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.4 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.7.4...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-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 b5a1746..3e86834 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.4 + uses: JamesIves/github-pages-deploy-action@v4.7.6 with: clean: false branch: gh-pages diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index ffb7e29..ea3ef76 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.4 + uses: JamesIves/github-pages-deploy-action@v4.7.6 with: clean: false branch: gh-pages