Skip to content

Commit

Permalink
[GH Actions Update] (deps): Bump the gh-actions group across 1 direct…
Browse files Browse the repository at this point in the history
…ory 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](dorny/test-reporter@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](nunit/docfx-action@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 2ecbbe1 commit 832b94d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 832b94d

Please sign in to comment.