From 8841155d5ea40189d61da8b8b0f0fff307ad3a12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 08:40:16 +0000 Subject: [PATCH] chore(deps): bump JamesIves/github-pages-deploy-action 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.6.3 to 4.6.4 - [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.4) --- 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 583585c05..1a5d1b1dd 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.4 with: branch: gh-pages folder: build/dokka/html