From 53b4ceebe87bb207dde32e557477a9b595635150 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 09:48:53 -0500 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.2.2 (#5285) 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 67d012b507..8e4f789875 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@4.2.1 + uses: JamesIves/github-pages-deploy-action@v4.2.2 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 4064eea175..55c11ac255 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@4.2.1 + uses: JamesIves/github-pages-deploy-action@v4.2.2 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages diff --git a/.github/workflows/staging-preview.yml b/.github/workflows/staging-preview.yml index 9330191033..cf5e8ff97e 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@4.2.1 + uses: JamesIves/github-pages-deploy-action@v4.2.2 with: token: ${{ secrets.EP_BOT_TOKEN }} branch: main