From b2d473f1dfd2512b91a672bafb4b536fe2a574ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 02:38:48 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.7.3 (#326) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/gradle-dokka.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-dokka.yml b/.github/workflows/gradle-dokka.yml index 090928f8..51317822 100644 --- a/.github/workflows/gradle-dokka.yml +++ b/.github/workflows/gradle-dokka.yml @@ -25,7 +25,7 @@ jobs: run: ./gradlew dokkaHtmlMultiModule - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.7.2 + uses: JamesIves/github-pages-deploy-action@v4.7.3 with: branch: docs # The branch the action should deploy to. folder: dokka-docs # The folder the action should deploy.