From 9059e1f1a94c5d4131c153b2d6649204dee4b202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 11:32:16 +0000 Subject: [PATCH] chore(deps): bump nwtgck/actions-netlify from 3.0 to 4.0 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/docs-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-build.yml b/.github/workflows/docs-build.yml index 07386e2..099a971 100644 --- a/.github/workflows/docs-build.yml +++ b/.github/workflows/docs-build.yml @@ -26,7 +26,7 @@ jobs: - name: Build docs run: mkdocs build --strict - name: Deploy to Netlify - uses: nwtgck/actions-netlify@v3.0 + uses: nwtgck/actions-netlify@v4.0 with: publish-dir: "./site" production-branch: main