From 4296bf52d1ac175c4cf2e10fe4177c0c0893c730 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 13:31:55 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.7.0 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 49988ef..ef401c4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -62,7 +62,7 @@ jobs: - name: Deploy to GitHub if: github.event_name == 'push' id: deploy - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.0 with: branch: gh-pages folder: book/html