From 5ca2d2a71e99afdf23a38875b29bec629a46df9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 06:28:41 +0000 Subject: [PATCH] Update nwtgck/actions-netlify action to v2 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8e6abe5..1747666 100644 --- a/action.yml +++ b/action.yml @@ -77,7 +77,7 @@ runs: - name: ☁️ Deploy to Netlify id: netlify - uses: nwtgck/actions-netlify@f517512ae75beec8896aa7b027c1c72f01816200 # v1.2.2 + uses: nwtgck/actions-netlify@5da65c9f74c7961c5501a3ba329b8d0912f39c03 # v2.0.0 with: publish-dir: ${{ inputs.path }} deploy-message: "Deploy from GitHub Actions"