From 5b546c011958167bbc61c4acb1d279bd4e2945d4 Mon Sep 17 00:00:00 2001 From: RenovateBot <renovatebot@griefed.de> Date: Sun, 19 Dec 2021 13:10:35 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.1.8 --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7e3b2ea..61ac6fe 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -32,7 +32,7 @@ jobs: # DEPLOY TO GH-PAGES - name: Deploy to GitHub-Pages - uses: JamesIves/github-pages-deploy-action@4.1.7 + uses: JamesIves/github-pages-deploy-action@4.1.8 with: branch: gh-pages folder: build/docs/javadoc -- GitLab