From 224dddd1fd5c5270a31480d145d44c62a067bbcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 22:44:12 +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.2 to 4.7.3. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.7.2...v4.7.3) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action 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 ef8d8ba02bc..3277e728189 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -122,7 +122,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.2 + uses: JamesIves/github-pages-deploy-action@v4.7.3 with: branch: gh-pages folder: backend/jvm/build/resources/main/app @@ -132,7 +132,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.2 + uses: JamesIves/github-pages-deploy-action@v4.7.3 with: branch: gh-pages folder: build/dokka/html @@ -142,7 +142,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.2 + uses: JamesIves/github-pages-deploy-action@v4.7.3 with: branch: gh-pages folder: build/reports/kover/html @@ -152,7 +152,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.2 + uses: JamesIves/github-pages-deploy-action@v4.7.3 with: branch: gh-pages folder: build/reports/allTests