From 5b61bfd2fc394238e9a5c0fd5c3a14f9817360de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 13:27:09 +0000 Subject: [PATCH] Bump nwtgck/actions-netlify from 3 to 4 Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: nwtgck/actions-netlify dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index d096428..480002c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -54,7 +54,7 @@ jobs: - name: Untar site artifact run: tar --directory output/ -xvf output/artifact.tar - name: Deploy preview to Netlify - uses: nwtgck/actions-netlify@v3 + uses: nwtgck/actions-netlify@v4 env: NETLIFY_SITE_ID: "${{ secrets.NETLIFY_SITE_ID }}" NETLIFY_AUTH_TOKEN: "${{ secrets.NETLIFY_AUTH_TOKEN }}"