From 2973ec5c27e5add4ad94b1767fff74c910d34dd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 12:38:58 +0000 Subject: [PATCH] :arrow_up: deps: Upgrade JamesIves/github-pages-deploy-action action to v4.6.7. --- .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 d58311b..f7da7f7 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -17,7 +17,7 @@ jobs: run: npm run build-gh-pages - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.5.0 + uses: JamesIves/github-pages-deploy-action@v4.6.7 with: branch: gh-pages folder: gh-pages