From 5b73c8cbfc56a01d72bf6ffd0464e0d9a3393611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:18:13 +0200 Subject: [PATCH] chore(deps): bump JamesIves/github-pages-deploy-action (#669) Bumps the github group with 1 update: [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action). Updates `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 dependency-group: github ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dokka.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dokka.yml b/.github/workflows/dokka.yml index 0c9a01a5..5b5084f3 100644 --- a/.github/workflows/dokka.yml +++ b/.github/workflows/dokka.yml @@ -31,7 +31,7 @@ jobs: run: ./gradlew dokkaHtm -Pversion=${{ env.VERSION }} - name: Publish documentation - 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/html