From ef16acdf84c929a5a84022c3751553a2b1c7deed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Jan 2021 17:34:32 +0900 Subject: [PATCH] ci: bump nwtgck/actions-netlify from v1.1.11 to v1.1.12 (#274) Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from v1.1.11 to v1.1.12. - [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.1.11...3ec22b5c8760c0c01eedea94ade51ac58abdb297) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 854179952..05df87e19 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ jobs: - run: make cibuild - name: Deploy to Netlify - uses: nwtgck/actions-netlify@v1.1.11 + uses: nwtgck/actions-netlify@v1.1.12 with: publish-dir: './exampleSite/public' production-branch: master