Bump jsmrcaga/action-netlify-deploy from 1.7.2 to 1.8.0 (#618)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 14 Jun 2022 14:49:46 +0000 (20:19 +0530)
committerGitHub <noreply@github.com>
Tue, 14 Jun 2022 14:49:46 +0000 (20:19 +0530)
Bumps [jsmrcaga/action-netlify-deploy](https://github.com/jsmrcaga/action-netlify-deploy) from 1.7.2 to 1.8.0.
- [Release notes](https://github.com/jsmrcaga/action-netlify-deploy/releases)
- [Commits](https://github.com/jsmrcaga/action-netlify-deploy/compare/fb6a5f936a4b06a8f7793e69fc5a022ffe39807a...53de32e559b0b3833615b9788c7a090cd2fddb03)

---
updated-dependencies:
- dependency-name: jsmrcaga/action-netlify-deploy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

index a1646954a956637d3a8399c96cd59a6f74f24480..8def7fa0df6132be1b4d04f8da210025250678e9 100644 (file)
@@ -19,7 +19,7 @@ jobs:
         with:
           node-version: 17.9.0
       - name: Build and deploy to Netlify
-        uses: jsmrcaga/action-netlify-deploy@fb6a5f936a4b06a8f7793e69fc5a022ffe39807a
+        uses: jsmrcaga/action-netlify-deploy@53de32e559b0b3833615b9788c7a090cd2fddb03
         with:
           install_command: "npm ci"
           NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
index 4d05c68ae5a6a1c9d15c982b09f7c66462082b6e..d6a3e0c71e40589119927f98c226e2c21cd07afc 100644 (file)
@@ -54,7 +54,7 @@ jobs:
         with:
           node-version: 17.9.0
       - name: Build and deploy to Netlify
-        uses: jsmrcaga/action-netlify-deploy@fb6a5f936a4b06a8f7793e69fc5a022ffe39807a
+        uses: jsmrcaga/action-netlify-deploy@53de32e559b0b3833615b9788c7a090cd2fddb03
         with:
           install_command: "npm ci"
           NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}