From 8176cd189c259990005bc743a62b16375bad42ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 12:19:22 +0800 Subject: [PATCH] :arrow_up: Bump nwtgck/actions-netlify from 1 to 2 (#1456) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/website-deploy.yml | 2 +- .github/workflows/website-preview.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index d42a371a..1bd2c67b 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -31,7 +31,7 @@ jobs: run: echo "BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_ENV - name: Deploy to Netlify - uses: nwtgck/actions-netlify@v1 + uses: nwtgck/actions-netlify@v2 with: publish-dir: "./website/build" production-deploy: true diff --git a/.github/workflows/website-preview.yml b/.github/workflows/website-preview.yml index c2b98288..519f66e7 100644 --- a/.github/workflows/website-preview.yml +++ b/.github/workflows/website-preview.yml @@ -32,7 +32,7 @@ jobs: echo "DEPLOY_NAME=deploy-preview-${{ github.event.number }}" >> $GITHUB_ENV - name: Deploy to Netlify - uses: nwtgck/actions-netlify@v1 + uses: nwtgck/actions-netlify@v2 with: publish-dir: "./website/build" production-deploy: false