From a6a62e0c743b4b5d7958868bc7f07136c7fa653e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:37:29 +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 e3de663..aa74140 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.0.0 with: publish_dir: ./build/dokka/htmlCollector deploy_key: ${{ secrets.GH_PAGES_DEPLOY_KEY }}