Skip to content

Commit

Permalink
upgrade actions (#148)
Browse files Browse the repository at this point in the history
* upgrade checkout to v4

* upgrade microsoft/setup-msbuild to v2

* upgrade mikepenz/action-junit-report to v5
  • Loading branch information
petschau authored Nov 26, 2024
1 parent e346d1b commit cd216e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2

- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand All @@ -47,6 +47,6 @@ jobs:
run: .\WinFellow.Hardfile.Tests.exe --reporter JUnit::out=WinFellowHardfileTestsResult-junit.xml

- name: Check test results
uses: mikepenz/action-junit-report@v3
uses: mikepenz/action-junit-report@v5
with:
report_paths: '${{env.SOLUTION_DIRECTORY}}\**\*junit.xml'

0 comments on commit cd216e5

Please sign in to comment.