From 6984180c28f8e38ccac277f5424174b30d27e458 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 18:12:52 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.6.1 --- .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 6bcf0539..eff4337a 100644 --- a/.github/workflows/gradle-dokka.yml +++ b/.github/workflows/gradle-dokka.yml @@ -22,7 +22,7 @@ jobs: run: ./gradlew dokkaHtmlMultiModule - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.6.0 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: branch: docs # The branch the action should deploy to. folder: library/build/docs/dokka # The folder the action should deploy.