From 688796b88bdd39160b79c3c6be48f92389ff056a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 19:33:43 +0000 Subject: [PATCH] build(deps): Bump JamesIves/github-pages-deploy-action 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/apidocs.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/samples.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/apidocs.yml b/.github/workflows/apidocs.yml index 1301ae9e0..878feaf17 100644 --- a/.github/workflows/apidocs.yml +++ b/.github/workflows/apidocs.yml @@ -32,7 +32,7 @@ jobs: $MVN org.apache.maven.plugins:maven-antrun-plugin:run@copy-demos $MVN javadoc:javadoc working-directory: apidoc - - uses: JamesIves/github-pages-deploy-action@v4.8.0 + - uses: JamesIves/github-pages-deploy-action@v4.9.0 with: branch: gh-pages folder: ./apidoc/target/reports/apidocs diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95625da45..36ca7fa00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,7 +90,7 @@ jobs: $MVN org.apache.maven.plugins:maven-antrun-plugin:run@copy-demos $MVN javadoc:javadoc working-directory: apidoc - - uses: JamesIves/github-pages-deploy-action@v4.8.0 + - uses: JamesIves/github-pages-deploy-action@v4.9.0 with: branch: gh-pages folder: ./apidoc/target/reports/apidocs diff --git a/.github/workflows/samples.yml b/.github/workflows/samples.yml index f3ed71778..e1bca6e9c 100644 --- a/.github/workflows/samples.yml +++ b/.github/workflows/samples.yml @@ -21,7 +21,7 @@ jobs: - run: $MVN install - run: $MVN -Denvironment.base=/elemento/samples/music -P prod install working-directory: samples - - uses: JamesIves/github-pages-deploy-action@v4.8.0 + - uses: JamesIves/github-pages-deploy-action@v4.9.0 with: branch: gh-pages folder: ./samples/dist/target/samples