Bump nwtgck/actions-netlify from 1.2.3 to 1.2.4 (#920)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 15 Oct 2022 09:46:01 +0000 (15:16 +0530)
committerGitHub <noreply@github.com>
Sat, 15 Oct 2022 09:46:01 +0000 (15:16 +0530)
Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 1.2.3 to 1.2.4.
- [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/b7c1504e00c6b8a249d1848cc1b522a4865eed99...ac1cb16858bada08a9c71a81240a85cfc3f72913)

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

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 f5dbacc5a077dcca92b4d4a937b160ef446da7ad..34b9573355619caf8b97460125c4edf8e87d5191 100644 (file)
@@ -30,7 +30,7 @@ jobs:
           path: dist
       - name: Deploy to Netlify
         id: netlify
-        uses: nwtgck/actions-netlify@b7c1504e00c6b8a249d1848cc1b522a4865eed99
+        uses: nwtgck/actions-netlify@ac1cb16858bada08a9c71a81240a85cfc3f72913
         with:
           publish-dir: dist
           deploy-message: "Deploy PR ${{ steps.pr.outputs.id }}"
index 87eb8310853767ca48a9bff5618c40cc083634c1..9a4ac6e072e30f8f8e6c6f235349911b2dcf7d20 100644 (file)
@@ -22,7 +22,7 @@ jobs:
       - name: Build app
         run: npm run build
       - name: Deploy to Netlify
-        uses: nwtgck/actions-netlify@b7c1504e00c6b8a249d1848cc1b522a4865eed99
+        uses: nwtgck/actions-netlify@ac1cb16858bada08a9c71a81240a85cfc3f72913
         with:
           publish-dir: dist
           deploy-message: "Dev deploy ${{ github.sha }}"
index 7d3be8562f2f60f2c58e2f2d2a1797dc624cc3f0..1a718e0d5f0bb6e2ff06ea207cc16308c88b3469 100644 (file)
@@ -21,7 +21,7 @@ jobs:
       - name: Build app
         run: npm run build
       - name: Deploy to Netlify
-        uses: nwtgck/actions-netlify@b7c1504e00c6b8a249d1848cc1b522a4865eed99
+        uses: nwtgck/actions-netlify@ac1cb16858bada08a9c71a81240a85cfc3f72913
         with:
           publish-dir: dist
           deploy-message: "Prod deploy ${{ github.ref_name }}"