From 2741ba9c4e03b492c30a70a3d25a12ab713cfecb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 16:49:23 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.7.3 --- .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..a459caa 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.7.3 with: branch: gh-pages # The branch the action should deploy to. folder: dist # The folder the action should deploy.