From 440a05f8f553d7278b2404fcbd87132c8768ca1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 00:05:53 +0000 Subject: [PATCH] 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/4cbaf4c08f1a7bfa537d6113472ef4424e4eb654...d22a32a27c918fe470bbc562e984f80ec48c2668) --- 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/pkgdown-netlify-preview.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pkgdown-netlify-preview.yaml b/.github/workflows/pkgdown-netlify-preview.yaml index 4541063..ebaef5b 100644 --- a/.github/workflows/pkgdown-netlify-preview.yaml +++ b/.github/workflows/pkgdown-netlify-preview.yaml @@ -70,7 +70,7 @@ jobs: - name: Deploy PR preview to Netlify if: contains(env.PUBLISH, 'false') id: netlify-deploy - uses: nwtgck/actions-netlify@4cbaf4c08f1a7bfa537d6113472ef4424e4eb654 #v3.0.0 + uses: nwtgck/actions-netlify@d22a32a27c918fe470bbc562e984f80ec48c2668 #v4.0.0 with: publish-dir: '${{ steps.deploy-dir.outputs.dir }}' production-branch: main