From a484696dec038c36f485784cdc8421f0791a9fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 05:03:47 +0000 Subject: [PATCH] chore(deps): bump BenjaminMichaelis/trx-to-vsplaylist from 2 to 3 Bumps [BenjaminMichaelis/trx-to-vsplaylist](https://github.com/benjaminmichaelis/trx-to-vsplaylist) from 2 to 3. - [Release notes](https://github.com/benjaminmichaelis/trx-to-vsplaylist/releases) - [Commits](https://github.com/benjaminmichaelis/trx-to-vsplaylist/compare/v2...v3) --- updated-dependencies: - dependency-name: BenjaminMichaelis/trx-to-vsplaylist dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/PR-Build-And-Test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PR-Build-And-Test.yml b/.github/workflows/PR-Build-And-Test.yml index bd11dff1..1fd7a1d2 100644 --- a/.github/workflows/PR-Build-And-Test.yml +++ b/.github/workflows/PR-Build-And-Test.yml @@ -39,7 +39,7 @@ jobs: - name: Convert TRX to VS Playlist if: failure() - uses: BenjaminMichaelis/trx-to-vsplaylist@v2 + uses: BenjaminMichaelis/trx-to-vsplaylist@v3 with: trx-file-path: '${{ runner.temp }}/*.trx' output-directory: '${{ runner.temp }}/vsplaylists'