From 7937e4dcf16693abaf576d16a9648d69d2798131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:13:38 +0000 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.2 Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.9 to 4.7.2. - [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.2) --- 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/generateDocs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/generateDocs.yml b/.github/workflows/generateDocs.yml index e11cb5e..2913252 100644 --- a/.github/workflows/generateDocs.yml +++ b/.github/workflows/generateDocs.yml @@ -33,28 +33,28 @@ jobs: core.setOutput('tag', tag) core.setOutput('no-v', no_v) - name: Deploy KDoc to GH Pages with Version - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.2 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages folder: progressdialoglibrary/build/dokka/html target-folder: kotlin/${{ steps.format_version_tag.outputs.no-v }}/ - name: Deploy KDoc to GH Pages as Latest - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.2 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages folder: progressdialoglibrary/build/dokka/html target-folder: kotlin/latest/ - name: Deploy JavaDoc to GH Pages with Version - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.2 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages folder: progressdialoglibrary/build/dokka/javadoc target-folder: java/${{ steps.format_version_tag.outputs.no-v }}/ - name: Deploy JavaDoc to GH Pages as Latest - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.2 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages