From 11767759a8b47989af867b3283610282df67ea2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 23:05:57 +0000 Subject: [PATCH] Bump nwtgck/actions-netlify from 1.2 to 2.0 Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 1.2 to 2.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...v2.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/preview.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 47755e8..a41e822 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -112,7 +112,7 @@ jobs: && steps.find-pull-request.outputs.number != '' && steps.fc.outputs.comment-id != '' id: netlify - uses: nwtgck/actions-netlify@v1.2 + uses: nwtgck/actions-netlify@v2.0 with: publish-dir: ./site/_build/html production-deploy: false