From 64f663d62ce21e1288fc93ab0b0bf9e30cc2ccf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 06:29:32 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.8.0 --- .github/workflows/docs-stable.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.