From d6dab1e77fa9bbe181af6b3863efd954b84eeee8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 18:37:17 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.7.1 (#836) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 dc106b4f..60cf88b3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: env: CI: true - name: GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.7.0 + uses: JamesIves/github-pages-deploy-action@v4.7.1 if: matrix.node-version == '22.x' && github.ref == 'refs/heads/main' with: branch: gh-pages