From eb5adf6d9f6355e73e78a83c5ab4a316ca25d8e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:36:27 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.6.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 f8d46ded..e529b73e 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.6.1 + uses: JamesIves/github-pages-deploy-action@v4.6.3 if: matrix.node-version == '18.x' && github.ref == 'refs/heads/main' with: BRANCH: gh-pages