From fd7eb27cdb0585b9a329162a7d8f3203afa5cd74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 16:22:02 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.6.8 --- .github/workflows/publish-gh-pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-gh-pages.yaml b/.github/workflows/publish-gh-pages.yaml index 96683c9..a5e0528 100644 --- a/.github/workflows/publish-gh-pages.yaml +++ b/.github/workflows/publish-gh-pages.yaml @@ -15,7 +15,7 @@ jobs: - name: Deploy 🚀 if: github.ref_name == 'main' - uses: JamesIves/github-pages-deploy-action@v4.5.0 + uses: JamesIves/github-pages-deploy-action@v4.6.8 with: branch: gh-pages # The branch the action should deploy to. folder: dist # The folder the action should deploy.