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'