From cebd0f8dfef2ccf7b70a90b9f6062826a6715526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 23:24:13 +0000 Subject: [PATCH] Bump nwtgck/actions-netlify from 2 to 3 Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: nwtgck/actions-netlify dependency-version: '3' 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 18db0fb..0781e5f 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@v2 + uses: nwtgck/actions-netlify@v3 env: NETLIFY_SITE_ID: "${{ secrets.NETLIFY_SITE_ID }}" NETLIFY_AUTH_TOKEN: "${{ secrets.NETLIFY_AUTH_TOKEN }}"