From ad078dda1a344028be50edbc7690385eae93044e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 16:47:28 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.6.8 --- .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 8f058a64..01fbb917 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: CI: true - name: GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.6.7 + uses: JamesIves/github-pages-deploy-action@v4.6.8 if: matrix.os == 'ubuntu-latest' && matrix.node-version == '18.x' && github.ref == 'refs/heads/main' with: BRANCH: gh-pages