Bump nwtgck/actions-netlify from 1.2.4 to 2.0.0 (#1006)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 9 Dec 2022 11:22:04 +0000 (16:52 +0530)
committerGitHub <noreply@github.com>
Fri, 9 Dec 2022 11:22:04 +0000 (16:52 +0530)
Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 1.2.4 to 2.0.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/ac1cb16858bada08a9c71a81240a85cfc3f72913...5da65c9f74c7961c5501a3ba329b8d0912f39c03)

---
updated-dependencies:
- dependency-name: nwtgck/actions-netlify
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/deploy-pull-request.yml
.github/workflows/netlify-dev.yml
.github/workflows/prod-deploy.yml

index bea205b8f66364ffa0ac130dc445d7862f6d4792..d29c9acead7bfd5c9c7716efcbf5334ffe2a0bfc 100644 (file)
@@ -30,7 +30,7 @@ jobs:
           path: dist
       - name: Deploy to Netlify
         id: netlify
-        uses: nwtgck/actions-netlify@ac1cb16858bada08a9c71a81240a85cfc3f72913
+        uses: nwtgck/actions-netlify@5da65c9f74c7961c5501a3ba329b8d0912f39c03
         with:
           publish-dir: dist
           deploy-message: "Deploy PR ${{ steps.pr.outputs.id }}"
index edb79d86cfef9d83ae04580e5b2043310832192e..e4778215ae7252defc2a55631eda7e7b0d311ee5 100644 (file)
@@ -22,7 +22,7 @@ jobs:
       - name: Build app
         run: npm run build
       - name: Deploy to Netlify
-        uses: nwtgck/actions-netlify@ac1cb16858bada08a9c71a81240a85cfc3f72913
+        uses: nwtgck/actions-netlify@5da65c9f74c7961c5501a3ba329b8d0912f39c03
         with:
           publish-dir: dist
           deploy-message: "Dev deploy ${{ github.sha }}"
index f84a36c44818ea4c95b84ba83599b3cb77b3db21..8e7179b9caeaa3a863fcb7f0cee1a654efa0c823 100644 (file)
@@ -21,7 +21,7 @@ jobs:
       - name: Build app
         run: npm run build
       - name: Deploy to Netlify
-        uses: nwtgck/actions-netlify@ac1cb16858bada08a9c71a81240a85cfc3f72913
+        uses: nwtgck/actions-netlify@5da65c9f74c7961c5501a3ba329b8d0912f39c03
         with:
           publish-dir: dist
           deploy-message: "Prod deploy ${{ github.ref_name }}"