From ce2f19a70abb15502f8f87a214ee236414a2e9fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 00:01:35 +0000 Subject: [PATCH] chore(devdeps): update jamesives/github-pages-deploy-action action to v4.8.0 --- .github/actions/publish-beta/action.yml | 2 +- .github/actions/publish-release/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/publish-beta/action.yml b/.github/actions/publish-beta/action.yml index fc39d92eeb..8adc69949d 100644 --- a/.github/actions/publish-beta/action.yml +++ b/.github/actions/publish-beta/action.yml @@ -17,7 +17,7 @@ runs: run: pnpm generate-docs - name: Publish api docs [beta] - uses: JamesIves/github-pages-deploy-action@v4.7.4 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: folder: docs commit-message: 'chore: release-api-docs-beta' diff --git a/.github/actions/publish-release/action.yml b/.github/actions/publish-release/action.yml index 93a5cae315..d70e286cf7 100644 --- a/.github/actions/publish-release/action.yml +++ b/.github/actions/publish-release/action.yml @@ -39,7 +39,7 @@ runs: run: pnpm generate-docs - name: Publish api docs - uses: JamesIves/github-pages-deploy-action@v4.7.4 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: folder: docs commit-message: 'chore: release-api-docs'