From 186aa19eef6f673f5c4db7db285b4a031ba386cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 09:26:08 +0000 Subject: [PATCH] Bump nwtgck/actions-netlify from 2.0 to 2.1 Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 2.0 to 2.1. - [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.0...v2.1) --- updated-dependencies: - dependency-name: nwtgck/actions-netlify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/storybook-clientapp-netlify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/storybook-clientapp-netlify.yml b/.github/workflows/storybook-clientapp-netlify.yml index 9a775efc73..cea4a4933a 100644 --- a/.github/workflows/storybook-clientapp-netlify.yml +++ b/.github/workflows/storybook-clientapp-netlify.yml @@ -45,7 +45,7 @@ jobs: path: ./starsky/starsky/clientapp/storybook-static - name: Deploy to Netlify - uses: nwtgck/actions-netlify@v2.0 + uses: nwtgck/actions-netlify@v2.1 if: github.event_name != 'pull_request' with: publish-dir: './starsky/starsky/clientapp/storybook-static'