From ccc0b77a8cbce010b2170bde575277a7eeb60d47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 04:28:06 +0000 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.0 Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.5.0...v4.6.0) --- 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/docs-publish.yml | 2 +- .github/workflows/semver-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-publish.yml b/.github/workflows/docs-publish.yml index 08d310d..bb649b4 100644 --- a/.github/workflows/docs-publish.yml +++ b/.github/workflows/docs-publish.yml @@ -21,7 +21,7 @@ jobs: run: ./gradlew dokkaHtml shell: bash - name: Deploy docs to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.5.0 + uses: JamesIves/github-pages-deploy-action@v4.6.0 with: branch: gh-pages folder: build/dokka \ No newline at end of file diff --git a/.github/workflows/semver-ci.yml b/.github/workflows/semver-ci.yml index 2c51b45..8e3463e 100644 --- a/.github/workflows/semver-ci.yml +++ b/.github/workflows/semver-ci.yml @@ -224,7 +224,7 @@ jobs: run: ./gradlew dokkaHtml --stacktrace shell: bash - name: Deploy docs to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.5.0 + uses: JamesIves/github-pages-deploy-action@v4.6.0 with: branch: gh-pages folder: build/dokka