From 82b66c9f0e33fa8b98ebf729bdfdf629668d527c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 22:21:07 +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.6.9 to 4.7.1. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.9...v4.7.1) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 f0d848a6a86..dc5879978bb 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.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.1 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.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.1 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.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.1 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.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.1 with: branch: gh-pages folder: build/reports/allTests