From 52ea9de1de2dcc1a682203739ea4a105330c3888 Mon Sep 17 00:00:00 2001 From: RenovateBot <renovatebot@griefed.de> Date: Mon, 4 Apr 2022 12:01:28 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.2.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 14d29f8..983ac1f 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -34,7 +34,7 @@ jobs: # DEPLOY TO GH-PAGES - name: Deploy to GitHub-Pages - uses: JamesIves/github-pages-deploy-action@v4.2.2 + uses: JamesIves/github-pages-deploy-action@v4.2.5 with: branch: gh-pages folder: dist/spa -- GitLab