From 1bae45776e162a3a7e3ffbbf2ea824222a762065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 19:54:45 +0100 Subject: [PATCH] Bump nunit/docfx-action from 2.10.0 to 3.0.0 (#1472) Bumps [nunit/docfx-action](https://github.com/nunit/docfx-action) from 2.10.0 to 3.0.0. - [Release notes](https://github.com/nunit/docfx-action/releases) - [Commits](https://github.com/nunit/docfx-action/compare/v2.10.0...v3.0.0) --- updated-dependencies: - dependency-name: nunit/docfx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 4ce3e58fc..321be3cb6 100644 --- a/.github/workflows/docfx.yaml +++ b/.github/workflows/docfx.yaml @@ -40,7 +40,7 @@ jobs: - name: Build run: dotnet build - - uses: nunit/docfx-action@v2.10.0 + - uses: nunit/docfx-action@v3.0.0 name: Build Documentation with: args: doc/docfx.json