From 3b62582d2708b3be329ab78c4de0399047fdefa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 23:02:48 +0000 Subject: [PATCH] chore(deps): bump JamesIves/github-pages-deploy-action 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/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96b4b990ebb..25385c7398c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -132,7 +132,7 @@ jobs: - name: ๐Ÿ•ธ Deploy Wasm, Js & Compose webapp to Github Pages if: steps.gradle-build.outcome == 'success' && runner.os == 'Linux' - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: branch: gh-pages folder: backend/jvm/build/resources/main/app @@ -142,7 +142,7 @@ jobs: - name: ๐Ÿ“ก Publish documentation to Github Pages if: steps.gradle-build.outcome == 'success' && runner.os == 'Linux' - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: branch: gh-pages folder: build/dokka/html @@ -152,7 +152,7 @@ jobs: - name: ๐Ÿ–๏ธ Publish coverage report to Github Pages if: steps.gradle-build.outcome == 'success' && runner.os == 'Linux' - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: branch: gh-pages folder: build/reports/kover/html @@ -162,7 +162,7 @@ jobs: - name: ๐Ÿงช๏ธ Publish test report to Github Pages if: steps.gradle-build.outcome == 'success' && runner.os == 'Linux' - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: branch: gh-pages folder: build/reports/allTests