From 68959ab1173333d8dd1771b8ee866220dba4b3c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 00:32:24 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=80=20Bump=20nwtgck/actions-netlify=20?= =?UTF-8?q?from=203.0=20to=204.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 3.0 to 4.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...v4.0) --- updated-dependencies: - dependency-name: nwtgck/actions-netlify dependency-version: '4.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8fa2e2..3b51032 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: npx sscli --no-clean --base https://wiki.developersindia.in - name: Deploy to Netlify - uses: nwtgck/actions-netlify@v3.0 + uses: nwtgck/actions-netlify@v4.0 with: publish-dir: 'book' production-branch: main