From f9a0956fc35ef196909704c1bf6164d6ba9d91e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 10:42:18 +0000 Subject: [PATCH] Bump nunit/docfx-action from 3.2.0 to 3.3.0 Bumps [nunit/docfx-action](https://github.com/nunit/docfx-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/nunit/docfx-action/releases) - [Commits](https://github.com/nunit/docfx-action/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: nunit/docfx-action 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 44d432589..045825535 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@v3.2.0 + - uses: nunit/docfx-action@v3.3.0 name: Build Documentation with: args: doc/docfx.json