Skip to content

Commit 2302f33

Browse files
chore(deps): Bump BenjaminMichaelis/trx-to-vsplaylist from 1 to 2
Bumps [BenjaminMichaelis/trx-to-vsplaylist](https://github.com/benjaminmichaelis/trx-to-vsplaylist) from 1 to 2. - [Release notes](https://github.com/benjaminmichaelis/trx-to-vsplaylist/releases) - [Commits](BenjaminMichaelis/trx-to-vsplaylist@v1...v2) --- updated-dependencies: - dependency-name: BenjaminMichaelis/trx-to-vsplaylist dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9cdc136 commit 2302f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: dotnet test --no-build --configuration Release --verbosity normal --logger trx --results-directory ${{ runner.temp }}
3333
- name: Convert TRX to VS Playlist
3434
if: failure()
35-
uses: BenjaminMichaelis/trx-to-vsplaylist@v1
35+
uses: BenjaminMichaelis/trx-to-vsplaylist@v2
3636
with:
3737
trx-file-path: '${{ runner.temp }}/*.trx'
3838
output-directory: '${{ runner.temp }}/vsplaylists'

0 commit comments

Comments
 (0)