From f15199a3cb68f156a007d12d7bc5aa65773c2319 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 27 Mar 2022 20:21:48 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.2.5 --- .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 8d06fb8..e01b4ae 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -45,7 +45,7 @@ jobs: path: ./build/libs/TasksModule-${{ env.VERSION }}.jar # 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.2.5 with: branch: gh-pages folder: build/dokka