From 4fc0c31998f24528427a71b06f045413bb91b089 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 19:52:18 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.7.3 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6705c34e..52c1bc25 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: CI: true - name: GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.7.2 + uses: JamesIves/github-pages-deploy-action@v4.7.3 if: matrix.node-version == '22.x' && github.ref == 'refs/heads/main' with: branch: gh-pages