From 09976697e64a91ff4dc92a9808fcc6ecbbf9d4d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 18:06:20 +0000 Subject: [PATCH] chore(deps): update peaceiris/actions-gh-pages action to v4 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f53964f..868434e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: env: ORG_GRADLE_PROJECT_githubRepository: ${{ github.repository }} - name: Publish Documentation - uses: peaceiris/actions-gh-pages@v3.9.3 + uses: peaceiris/actions-gh-pages@v4.1.0 with: publish_dir: ./build/dokka/htmlMultiModule deploy_key: ${{ secrets.GH_PAGES_DEPLOY_KEY }}