From a8d4217bf54aa1f13b83c3a720c78424656502bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 10:00:29 +0000 Subject: [PATCH] build(deps): bump nwtgck/actions-netlify from 2.1 to 3.0 Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 2.1 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/v2.1...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/build-docs-preview.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docs-preview.yaml b/.github/workflows/build-docs-preview.yaml index 78f865f44e..85e33204a7 100644 --- a/.github/workflows/build-docs-preview.yaml +++ b/.github/workflows/build-docs-preview.yaml @@ -35,7 +35,7 @@ jobs: - name: Deploy preview to Netlify 🚀 if: env.GIT_DIFF id: deploy-preview - uses: nwtgck/actions-netlify@v2.1 + uses: nwtgck/actions-netlify@v3.0 with: publish-dir: ./output deploy-message: "Deploy from GitHub Actions"