From 5652cf7b7f63e136fda52fe611bf6c47a38097dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 10:59:02 +0000 Subject: [PATCH] Bump nunit/docfx-action from 4.0.0 to 4.1.0 Bumps [nunit/docfx-action](https://github.com/nunit/docfx-action) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/nunit/docfx-action/releases) - [Commits](https://github.com/nunit/docfx-action/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: nunit/docfx-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docfx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docfx.yaml b/.github/workflows/docfx.yaml index b437c1b5..c10c7e1e 100644 --- a/.github/workflows/docfx.yaml +++ b/.github/workflows/docfx.yaml @@ -39,7 +39,7 @@ jobs: - name: Build run: dotnet build -c Release - - uses: nunit/docfx-action@v4.0.0 + - uses: nunit/docfx-action@v4.1.0 name: Build Documentation with: args: doc/docfx.json