diff --git a/.github/workflows/pr_cleaner_post_merge.yml b/.github/workflows/pr_cleaner_post_merge.yml index a372246631..d4bea2b0aa 100644 --- a/.github/workflows/pr_cleaner_post_merge.yml +++ b/.github/workflows/pr_cleaner_post_merge.yml @@ -29,7 +29,7 @@ jobs: cp scripts/redirect.html ${{ env.BUILD_DIR }}/404.html - name: Deploy preview to Netlify - uses: nwtgck/actions-netlify@v2.0 + uses: nwtgck/actions-netlify@v2.1 id: preview timeout-minutes: 1 env: diff --git a/.github/workflows/pr_preview_netlify.yml b/.github/workflows/pr_preview_netlify.yml index 13c29c0f96..682e443c3b 100644 --- a/.github/workflows/pr_preview_netlify.yml +++ b/.github/workflows/pr_preview_netlify.yml @@ -56,7 +56,7 @@ jobs: context: "Deploy Preview (pull_request => workflow_run)" - name: Deploy preview to Netlify - uses: nwtgck/actions-netlify@v2.0 + uses: nwtgck/actions-netlify@v2.1 id: preview timeout-minutes: 10 env: