From 518042256c893d93ae78e47052f99adfaf185ffc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 07:06:37 +0000 Subject: [PATCH] :arrow_up: Bump nwtgck/actions-netlify from 3 to 4 Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: nwtgck/actions-netlify dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/collab.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b709608..ecd8e6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: name: execution-reports-html path: _build/html/reports - name: Preview Deploy to Netlify - uses: nwtgck/actions-netlify@v3 + uses: nwtgck/actions-netlify@v4 with: publish-dir: '_build/html/' production-branch: main diff --git a/.github/workflows/collab.yml b/.github/workflows/collab.yml index 8870252..9731f0d 100644 --- a/.github/workflows/collab.yml +++ b/.github/workflows/collab.yml @@ -54,7 +54,7 @@ jobs: name: execution-reports path: _build/html/reports - name: Preview Deploy to Netlify - uses: nwtgck/actions-netlify@v3 + uses: nwtgck/actions-netlify@v4 with: publish-dir: '_build/html/' production-branch: main