Bump nwtgck/actions-netlify from 2.1.0 to 3.0.0 (#1708)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 25 Apr 2024 13:06:24 +0000 (23:06 +1000)
committerGitHub <noreply@github.com>
Thu, 25 Apr 2024 13:06:24 +0000 (23:06 +1000)
Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 2.1.0 to 3.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/7a92f00dde8c92a5a9e8385ec2919775f7647352...4cbaf4c08f1a7bfa537d6113472ef4424e4eb654)

---
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>
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 e73993161c20df0a3ba270c99f6048ba2c1bd549..0768e185447bd2bf943d9faa39376fe08d5b8088 100644 (file)
@@ -32,7 +32,7 @@ jobs:
           path: dist
       - name: Deploy to Netlify
         id: netlify
-        uses: nwtgck/actions-netlify@7a92f00dde8c92a5a9e8385ec2919775f7647352
+        uses: nwtgck/actions-netlify@4cbaf4c08f1a7bfa537d6113472ef4424e4eb654
         with:
           publish-dir: dist
           deploy-message: "Deploy PR ${{ steps.pr.outputs.id }}"
index 7c90aec7293abc611b07954725a18fcf41afd6f3..e8371ff96f53a9c644a9e73c9a68faae21b2acc5 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@7a92f00dde8c92a5a9e8385ec2919775f7647352
+        uses: nwtgck/actions-netlify@4cbaf4c08f1a7bfa537d6113472ef4424e4eb654
         with:
           publish-dir: dist
           deploy-message: 'Dev deploy ${{ github.sha }}'
index 790e0c750e7c1ac3fdda668359b66d1ca412f581..4a355a94a4560c0559c18e639af50ad44f6d4f7a 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@7a92f00dde8c92a5a9e8385ec2919775f7647352
+        uses: nwtgck/actions-netlify@4cbaf4c08f1a7bfa537d6113472ef4424e4eb654
         with:
           publish-dir: dist
           deploy-message: 'Prod deploy ${{ github.ref_name }}'