From 89c70c6716d3b335162b0898ce72a4d3de8e2a53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 08:47:39 +0000 Subject: [PATCH] chore(deps): bump JamesIves/github-pages-deploy-action Bumps the github group with 1 update in the / directory: [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action). Updates `JamesIves/github-pages-deploy-action` from 4.6.3 to 4.6.8 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.3...v4.6.8) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github ... Signed-off-by: dependabot[bot] --- .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 583585c0..56c970ee 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.6.3 + uses: JamesIves/github-pages-deploy-action@v4.6.8 with: branch: gh-pages folder: build/dokka/html