From abc27a3f0d9e5e89c039d9b57e096666feba7804 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 22:21:45 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.6.9 --- .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 bed3eae..6a031a3 100644 --- a/.github/workflows/gradle-dokka.yml +++ b/.github/workflows/gradle-dokka.yml @@ -25,7 +25,7 @@ jobs: run: ./gradlew dokkaHtml - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.6.8 + uses: JamesIves/github-pages-deploy-action@v4.6.9 with: branch: docs # The branch the action should deploy to. folder: library/build/docs/dokka # The folder the action should deploy.