From 9da16131491d550e8068aed5d7f1618006284f58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 12:33:39 +0000 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action from 4.8.0 to 4.9.0 Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.8.0 to 4.9.0. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.8.0...v4.9.0) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-ss3-docs.yml | 2 +- .github/workflows/prerelease.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/release_bug_fix.yml | 2 +- .github/workflows/update-release-with-small-changes.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-ss3-docs.yml b/.github/workflows/deploy-ss3-docs.yml index f06f0f85..9a7bfe6b 100644 --- a/.github/workflows/deploy-ss3-docs.yml +++ b/.github/workflows/deploy-ss3-docs.yml @@ -47,7 +47,7 @@ jobs: shell: Rscript {0} - name: Deploy to GitHub pages - uses: JamesIves/github-pages-deploy-action@v4.8.0 + uses: JamesIves/github-pages-deploy-action@v4.9.0 with: branch: gh-pages folder: docs/ diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 1e693dfd..a8ceb84e 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -107,7 +107,7 @@ jobs: asset_content_type: application/pdf - name: Deploy to GitHub pages - uses: JamesIves/github-pages-deploy-action@v4.8.0 + uses: JamesIves/github-pages-deploy-action@v4.9.0 with: branch: gh-pages folder: docs/ \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20c7b668..1335746c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -122,7 +122,7 @@ jobs: # Render user manuals to github pages - name: Deploy to GitHub pages - uses: JamesIves/github-pages-deploy-action@v4.8.0 + uses: JamesIves/github-pages-deploy-action@v4.9.0 with: branch: gh-pages folder: docs/ diff --git a/.github/workflows/release_bug_fix.yml b/.github/workflows/release_bug_fix.yml index 291fedea..ffcb48b3 100644 --- a/.github/workflows/release_bug_fix.yml +++ b/.github/workflows/release_bug_fix.yml @@ -137,7 +137,7 @@ jobs: # Render user manuals to github pages - name: Deploy to GitHub pages - uses: JamesIves/github-pages-deploy-action@v4.8.0 + uses: JamesIves/github-pages-deploy-action@v4.9.0 with: branch: gh-pages folder: docs/ diff --git a/.github/workflows/update-release-with-small-changes.yml b/.github/workflows/update-release-with-small-changes.yml index 4984b1f3..94556053 100644 --- a/.github/workflows/update-release-with-small-changes.yml +++ b/.github/workflows/update-release-with-small-changes.yml @@ -88,7 +88,7 @@ jobs: # Render user manuals to github pages - name: Deploy to GitHub pages - uses: JamesIves/github-pages-deploy-action@v4.8.0 + uses: JamesIves/github-pages-deploy-action@v4.9.0 with: branch: gh-pages folder: docs/ \ No newline at end of file