From df40d70938959dbeeb7e1fd4778cad08dc7227e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:17:16 +0000 Subject: [PATCH] build(deps): Bump BenjaminMichaelis/trx-to-vsplaylist from 3 to 4 Bumps [BenjaminMichaelis/trx-to-vsplaylist](https://github.com/benjaminmichaelis/trx-to-vsplaylist) from 3 to 4. - [Release notes](https://github.com/benjaminmichaelis/trx-to-vsplaylist/releases) - [Commits](https://github.com/benjaminmichaelis/trx-to-vsplaylist/compare/v3...v4) --- updated-dependencies: - dependency-name: BenjaminMichaelis/trx-to-vsplaylist dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnetBuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetBuild.yml b/.github/workflows/dotnetBuild.yml index 250130f..e26d2e9 100644 --- a/.github/workflows/dotnetBuild.yml +++ b/.github/workflows/dotnetBuild.yml @@ -51,7 +51,7 @@ jobs: - name: Create Failed Tests Playlist if: failure() - uses: BenjaminMichaelis/trx-to-vsplaylist@v3 + uses: BenjaminMichaelis/trx-to-vsplaylist@v4 with: trx-file-path: './TestResults/*.trx' test-outcomes: 'Failed'