From 8e1f63b4fe03d91329cc9dab7126177f10d5a08c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:38:34 +0000 Subject: [PATCH] Bump nwtgck/actions-netlify from 1.2 to 3.0 Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 1.2 to 3.0. - [Release notes](https://github.com/nwtgck/actions-netlify/releases) - [Changelog](https://github.com/nwtgck/actions-netlify/blob/develop/CHANGELOG.md) - [Commits](https://github.com/nwtgck/actions-netlify/compare/v1.2...v3.0) --- updated-dependencies: - dependency-name: nwtgck/actions-netlify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr_cleaner_post_merge.yml | 2 +- .github/workflows/pr_preview_netlify.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_cleaner_post_merge.yml b/.github/workflows/pr_cleaner_post_merge.yml index cd0b577..e43432c 100644 --- a/.github/workflows/pr_cleaner_post_merge.yml +++ b/.github/workflows/pr_cleaner_post_merge.yml @@ -28,7 +28,7 @@ jobs: cp scripts/redirect.html ${{ env.BUILD_DIR }}/index.html - name: Deploy preview to Netlify - uses: nwtgck/actions-netlify@v1.2 + uses: nwtgck/actions-netlify@v3.0 id: preview timeout-minutes: 1 env: diff --git a/.github/workflows/pr_preview_netlify.yml b/.github/workflows/pr_preview_netlify.yml index 61d6fde..f1079ba 100644 --- a/.github/workflows/pr_preview_netlify.yml +++ b/.github/workflows/pr_preview_netlify.yml @@ -51,7 +51,7 @@ jobs: context: "Deploy Preview (pull_request => workflow_run)" - name: Deploy preview to Netlify - uses: nwtgck/actions-netlify@v1.2 + uses: nwtgck/actions-netlify@v3.0 id: preview timeout-minutes: 10 env: