From c55d20609716edbd79a4835b5e0da1ca63c9e58e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 16:18:26 +0100 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.1 (#52) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 2e6b284..c3a72d3 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.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.1 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 3e24526..39a3b43 100644 --- a/.github/workflows/semver-ci.yml +++ b/.github/workflows/semver-ci.yml @@ -222,7 +222,7 @@ jobs: run: ./gradlew dokkaHtml --stacktrace shell: bash - name: Deploy docs to GitHub Pages - 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