From 62ca582c40131ed820aa0fdefa3d1fbe661c7cc5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 8 Apr 2022 00:11:21 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.3.0 --- .github/workflows/gradle-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 84f7ae95..eeb9504d 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -50,7 +50,7 @@ jobs: args: ./build/libs/SimpleCoreAPI-${{ env.VERSION }}.jar application/java-archive # Now we deploy the documents to GitHub pages - name: Deploy Dokka - uses: JamesIves/github-pages-deploy-action@4.1.7 + uses: JamesIves/github-pages-deploy-action@v4.3.0 with: branch: gh-pages folder: build/dokka