From 4f8988bc796f41af69931f7cfc3ae822cc0519fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jan 2021 11:46:32 +0900 Subject: [PATCH] ci: bump nwtgck/actions-netlify from v1.1.12 to v1.1.13 (#280) Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from v1.1.12 to v1.1.13. - [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.12...cf777841c7bf2e1aca52a87e8926ef5bfb450cdb) 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 05df87e19..6406ecd58 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.12 + uses: nwtgck/actions-netlify@v1.1.13 with: publish-dir: './exampleSite/public' production-branch: master