From ebcce81b2cff6ee4c83f5a5b1df2c19ee9b3c260 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 19:32:02 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.5.0 --- .github/workflows/cicd.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ffde1d8..6825368 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -32,6 +32,6 @@ jobs: run: npm run build - name: Deploy GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: folder: dist diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4e71a35..a311510 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -25,7 +25,7 @@ jobs: run: npm run build - name: Dry-Run GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: folder: dist dry-run: true