From 64cdede21f4a69b5a79373489735a03cd61aa19e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 03:36:24 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.5.0 --- .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 06615fc22..5f29ff933 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: CI: true - name: GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.4.3 + uses: JamesIves/github-pages-deploy-action@v4.5.0 if: matrix.node-version == '18.x' && github.ref == 'refs/heads/main' with: BRANCH: gh-pages