Skip to content

Commit

Permalink
⬆️ Update 🥅 .NET Package GitHubActionsTestLogger to v2.3.3 (#94)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[GitHubActionsTestLogger](https://togithub.com/Tyrrrz/GitHubActionsTestLogger)
| nuget | patch | `2.3.2` -> `2.3.3` |

---

### Release Notes

<details>
<summary>Tyrrrz/GitHubActionsTestLogger
(GitHubActionsTestLogger)</summary>

###
[`v2.3.3`](https://togithub.com/Tyrrrz/GitHubActionsTestLogger/blob/HEAD/Changelog.md#v233-24-Aug-2023)

[Compare
Source](https://togithub.com/Tyrrrz/GitHubActionsTestLogger/compare/2.3.2...2.3.3)

- Fixed an issue where parameterized tests that contained a `.`
character in their fully qualified name were not properly grouped in the
test summary.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/bruxisma/atmosphere).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzYuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 24, 2023
1 parent 0792165 commit e29d67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ItemGroup>
<PackageVersion Include="Microsoft.PowerShell.SDK" Version="7.2.13" Pin="true"/>
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.7.1" developmentDependency="true" />
<PackageVersion Include="GitHubActionsTestLogger" Version="2.3.2" developmentDependency="true" />
<PackageVersion Include="GitHubActionsTestLogger" Version="2.3.3" developmentDependency="true" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" developmentDependency="true" />
<PackageVersion Include="codecov.msbuild" Version="1.13.0" developmentDependency="true" />
<PackageVersion Include="coverlet.collector" Version="6.0.0" developmentDependency="true" />
Expand Down

0 comments on commit e29d67b

Please sign in to comment.