From 9e477a4234da29ee6f8ec2db91bec02b5fbf7b5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 19:51:18 +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 06b2a97..5474a4e 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/htmlMultiModule deploy_key: ${{ secrets.GH_PAGES_DEPLOY_KEY }}