From 1e363e2ffa22ab9446b2a296b6e60aed1a1420ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:10:14 +0000 Subject: [PATCH] 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 a7bfd963f..58575dd4f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: 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