From d322f2b44acd17727e8f1fd10e2308c341906bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 10:16:48 +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/netlify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/netlify.yml b/.github/workflows/netlify.yml index ebfccbf97..284882e79 100644 --- a/.github/workflows/netlify.yml +++ b/.github/workflows/netlify.yml @@ -49,7 +49,7 @@ jobs: fi - name: Deploy to Netlify - uses: nwtgck/actions-netlify@v2.1 + uses: nwtgck/actions-netlify@v3.0 with: publish-dir: './site' production-branch: master