From e2cc197669c9f3ec5a279a7d7568e73527ba0a0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Dec 2021 20:02:27 +0100 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.1.8 (#4383) Co-authored-by: Renovate Bot --- .github/workflows/deploy-website.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yaml b/.github/workflows/deploy-website.yaml index 062f0beb658..80e73795ad5 100644 --- a/.github/workflows/deploy-website.yaml +++ b/.github/workflows/deploy-website.yaml @@ -98,7 +98,7 @@ jobs: working-directory: docs/ - name: Deploy 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: docs/_site/