From 814190011af369a4ac88dd2cbfafb64f5b4d6c52 Mon Sep 17 00:00:00 2001
From: RenovateBot <renovatebot@griefed.de>
Date: Sat, 28 Aug 2021 12:04:39 +0000
Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action
 action to v4.1.5

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