diff --git a/.github/workflows/docs-stable.yml b/.github/workflows/docs-stable.yml index 302c9f13186..df3c9b261de 100644 --- a/.github/workflows/docs-stable.yml +++ b/.github/workflows/docs-stable.yml @@ -41,7 +41,7 @@ jobs: NODE_OPTIONS: '--max-old-space-size=4096' - name: Deploy Docs - uses: JamesIves/github-pages-deploy-action@9d877eea73427180ae43cf98e8914934fe157a1a # v4.7.6 + uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0 with: branch: gh-pages # The branch the action should deploy to. folder: .out # The folder the action should deploy. diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e5eaff5c447..2e660d481b6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -85,7 +85,7 @@ jobs: NODE_OPTIONS: '--max-old-space-size=4096' - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@9d877eea73427180ae43cf98e8914934fe157a1a # v4.7.6 + uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0 if: ${{ github.ref == 'refs/heads/main' }} with: branch: gh-pages # The branch the action should deploy to.