Bump nwtgck/actions-netlify from 2.0.0 to 2.1.0 (#1402)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 23 Oct 2023 11:05:38 +0000 (22:05 +1100)
committerGitHub <noreply@github.com>
Mon, 23 Oct 2023 11:05:38 +0000 (22:05 +1100)
Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 2.0.0 to 2.1.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/5da65c9f74c7961c5501a3ba329b8d0912f39c03...7a92f00dde8c92a5a9e8385ec2919775f7647352)

---
updated-dependencies:
- dependency-name: nwtgck/actions-netlify
  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/deploy-pull-request.yml
.github/workflows/netlify-dev.yml
.github/workflows/prod-deploy.yml

index 3ea1d6b0484f68a41feb4480414fe38e567b60ad..12eabbe45a2fb5c5078dccdca650587466feebee 100644 (file)
@@ -32,7 +32,7 @@ jobs:
           path: dist
       - name: Deploy to Netlify
         id: netlify
-        uses: nwtgck/actions-netlify@5da65c9f74c7961c5501a3ba329b8d0912f39c03
+        uses: nwtgck/actions-netlify@7a92f00dde8c92a5a9e8385ec2919775f7647352
         with:
           publish-dir: dist
           deploy-message: "Deploy PR ${{ steps.pr.outputs.id }}"
index 15698e1736142992a05709c41d6c1b9756bba220..411b6e3e3539d2e52814aad94c85678b3c84c65c 100644 (file)
@@ -24,7 +24,7 @@ jobs:
           NODE_OPTIONS: "--max_old_space_size=4096"
         run: npm run build
       - name: Deploy to Netlify
-        uses: nwtgck/actions-netlify@5da65c9f74c7961c5501a3ba329b8d0912f39c03
+        uses: nwtgck/actions-netlify@7a92f00dde8c92a5a9e8385ec2919775f7647352
         with:
           publish-dir: dist
           deploy-message: "Dev deploy ${{ github.sha }}"
index d42eef8e0bf6d7965942b456cdd6ca758f64eabe..63fc342c9a8f3df5bfb74dc4f826893701d01c7a 100644 (file)
@@ -23,7 +23,7 @@ jobs:
           NODE_OPTIONS: "--max_old_space_size=4096"
         run: npm run build
       - name: Deploy to Netlify
-        uses: nwtgck/actions-netlify@5da65c9f74c7961c5501a3ba329b8d0912f39c03
+        uses: nwtgck/actions-netlify@7a92f00dde8c92a5a9e8385ec2919775f7647352
         with:
           publish-dir: dist
           deploy-message: "Prod deploy ${{ github.ref_name }}"