From 9527eff8e2f78ec60e6072fbdee002b7e6ce4130 Mon Sep 17 00:00:00 2001
From: RenovateBot <renovatebot@griefed.de>
Date: Thu, 18 Nov 2021 15:30:33 +0000
Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action
 action to v4.1.6

---
 .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 290c0d8..92ff943 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.5
+        uses: JamesIves/github-pages-deploy-action@4.1.6
         with:
           branch: gh-pages
           folder: build/docs/javadoc
-- 
GitLab