From 7ceb1bafbcca0e66c8a20010920c250bfd0fbc2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 23:02:49 +0800 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.2.3 (#5737) Co-authored-by: Renovate Bot --- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/manual-deploy-docs.yml | 2 +- .github/workflows/staging-preview.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 6d9e8e412f..d621d157b8 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -49,7 +49,7 @@ jobs: DOC_ENV: production - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4.2.2 + uses: JamesIves/github-pages-deploy-action@v4.2.3 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages diff --git a/.github/workflows/manual-deploy-docs.yml b/.github/workflows/manual-deploy-docs.yml index afeefa069d..4ee6be98a8 100644 --- a/.github/workflows/manual-deploy-docs.yml +++ b/.github/workflows/manual-deploy-docs.yml @@ -42,7 +42,7 @@ jobs: DOC_ENV: production - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4.2.2 + uses: JamesIves/github-pages-deploy-action@v4.2.3 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages diff --git a/.github/workflows/staging-preview.yml b/.github/workflows/staging-preview.yml index cf5e8ff97e..186b27bfda 100644 --- a/.github/workflows/staging-preview.yml +++ b/.github/workflows/staging-preview.yml @@ -51,7 +51,7 @@ jobs: NODE_OPTIONS: --max-old-space-size=4096 - name: Deploy staging website - uses: JamesIves/github-pages-deploy-action@v4.2.2 + uses: JamesIves/github-pages-deploy-action@v4.2.3 with: token: ${{ secrets.EP_BOT_TOKEN }} branch: main