From 83bad24f92ddcc299ad89ff79e12f7a0b4e2f777 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 21:09:52 +0000 Subject: [PATCH] chore(deps): update nunit/docfx-action action to v4 --- .github/workflows/build-process.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-process.yml b/.github/workflows/build-process.yml index 7e2053133..f19d28cc9 100644 --- a/.github/workflows/build-process.yml +++ b/.github/workflows/build-process.yml @@ -57,7 +57,7 @@ jobs: run: unzip NUnit.Framework-${{ env.NUNIT_VERSION_FOR_API_DOCS }}.zip -d ./NUnit.Framework-${{ env.NUNIT_VERSION_FOR_API_DOCS }} - name: Copy NUnit Asset dir run: mkdir ./code-output && cp -r ./NUnit.Framework-${{ env.NUNIT_VERSION_FOR_API_DOCS }}/bin/net6.0/* ./code-output - - uses: "nunit/docfx-action@v3.4.2" + - uses: "nunit/docfx-action@v4.0.0" name: Build with Docfx with: args: docs/docfx.json --warningsAsErrors true