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'