From 0a307f7c4cfae25756633284e57a4e95d8d3757a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 19:48:08 +0000 Subject: [PATCH] chore(devdeps): update jamesives/github-pages-deploy-action action to v4.9.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 fc39d92eebb..6284f79d2d0 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.9.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 93a5cae315f..8d27ec7103c 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.9.0 with: folder: docs commit-message: 'chore: release-api-docs'