From 270f81833979387a8f2c663661d5418f7614a591 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 06:05:23 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.6.8 --- .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 92f514a6a62..f77d704cb53 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@v4.6.4 + uses: JamesIves/github-pages-deploy-action@v4.6.8 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 ac588b93eb9..0b445cb0764 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -127,7 +127,7 @@ jobs: NODE_OPTIONS: '--max-old-space-size=4096' - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.6.4 + uses: JamesIves/github-pages-deploy-action@v4.6.8 with: branch: gh-pages # The branch the action should deploy to. folder: .out # The folder the action should deploy.