From 5a1adfac12b79b7939f16928b851410263895ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:27:41 +0000 Subject: [PATCH] chore(deps): bump nwtgck/actions-netlify from 3.0.0 to 4.0.0 Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 3.0.0 to 4.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/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: nwtgck/actions-netlify dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 267c2f4..62a6ace 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: run: pnpm build - name: Deploy to Netlify - uses: nwtgck/actions-netlify@v3.0.0 + uses: nwtgck/actions-netlify@v4.0.0 with: publish-dir: "./dist" production-branch: main