From 0595bf0a8241c507a08e049381d001cc8759c2d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 May 2025 03:40:52 +0000 Subject: [PATCH] ci(deps): bump peaceiris/actions-gh-pages from 3 to 4 Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-gh-pages/compare/v3...v4) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/animation-processing.yml | 2 +- .github/workflows/demo-deployment.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/animation-processing.yml b/.github/workflows/animation-processing.yml index 3b4362c..0d45bcb 100644 --- a/.github/workflows/animation-processing.yml +++ b/.github/workflows/animation-processing.yml @@ -162,7 +162,7 @@ jobs: run: npm run build:demo - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist-demo diff --git a/.github/workflows/demo-deployment.yml b/.github/workflows/demo-deployment.yml index 222addd..64297b4 100644 --- a/.github/workflows/demo-deployment.yml +++ b/.github/workflows/demo-deployment.yml @@ -192,7 +192,7 @@ jobs: path: dist/demo/ - name: Deploy to staging - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist/demo @@ -221,7 +221,7 @@ jobs: path: dist/demo/ - name: Deploy to production - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist/demo diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a1e5036..1571f1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -237,7 +237,7 @@ jobs: run: npm run build:demo - name: Deploy demo to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist/demo @@ -245,7 +245,7 @@ jobs: - name: Update latest demo link if: needs.validate-version.outputs.is_prerelease == 'false' - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist/demo