Skip to content

Commit

Permalink
Bump nunit/docfx-action from 2.10.0 to 3.0.0
Browse files Browse the repository at this point in the history
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](nunit/docfx-action@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent 1f6785d commit a4591f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v2.10.0"
- uses: "nunit/docfx-action@v3.0.0"
name: Build with Docfx
with:
args: docs/docfx.json --warningsAsErrors true
Expand Down

0 comments on commit a4591f9

Please sign in to comment.