From 832b94d9a9680f11522b7b259aa5205d1c02f208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 01:12:49 +0000 Subject: [PATCH] [GH Actions Update] (deps): Bump the gh-actions group across 1 directory with 2 updates Bumps the gh-actions group with 2 updates in the / directory: [dorny/test-reporter](https://github.com/dorny/test-reporter) and [nunit/docfx-action](https://github.com/nunit/docfx-action). Updates `dorny/test-reporter` from 1.8.0 to 1.9.1 - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](https://github.com/dorny/test-reporter/compare/v1.8.0...v1.9.1) Updates `nunit/docfx-action` from 3.1.0 to 3.3.0 - [Release notes](https://github.com/nunit/docfx-action/releases) - [Commits](https://github.com/nunit/docfx-action/compare/v3.1.0...v3.3.0) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions - dependency-name: nunit/docfx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/buildAndPublish.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildAndPublish.yml b/.github/workflows/buildAndPublish.yml index 9f98664..2ab6dea 100644 --- a/.github/workflows/buildAndPublish.yml +++ b/.github/workflows/buildAndPublish.yml @@ -45,7 +45,7 @@ jobs: run: dotnet test tests/MGR.Guard.UnitTests/MGR.Guard.UnitTests.csproj -c Release --no-build - name: Upload dotnet test results - uses: dorny/test-reporter@v1.8.0 + uses: dorny/test-reporter@v1.9.1 if: ${{ !cancelled() }} with: name: .NET Tests diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ccecd37..1e2bbb2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Build documenation site - uses: nunit/docfx-action@v3.1.0 + uses: nunit/docfx-action@v3.3.0 with: args: docs/docfx.json - name: Upload documentation archive