File tree Expand file tree Collapse file tree 6 files changed +11
-10
lines changed
Expand file tree Collapse file tree 6 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1+ .github /workflows /* .lock.yml linguist-generated =true merge =ours
Original file line number Diff line number Diff line change 99
1010 steps :
1111 - name : checkout-code
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 with :
1414 fetch-depth : 0
1515
2828 steps :
2929 # checkout the code
3030 - name : checkout-code
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 with :
3333 fetch-depth : 0
3434
Original file line number Diff line number Diff line change 1212 steps :
1313 # checkout the code
1414 - name : checkout-code
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818 # setup dotnet based on global.json
3131 steps :
3232 # checkout the code
3333 - name : checkout-code
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535 with :
3636 fetch-depth : 0
3737 # setup dotnet based on global.json
4444 shell : cmd
4545 run : ./build.cmd ci -release
4646 - name : Publish test results - release
47- uses : dorny/test-reporter@v1
47+ uses : dorny/test-reporter@v2
4848 if : always()
4949 with :
5050 name : Report release tests
Original file line number Diff line number Diff line change 1212 steps :
1313 # checkout the code
1414 - name : checkout-code
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818 # setup dotnet based on global.json
Original file line number Diff line number Diff line change 1313 test-report-release :
1414 runs-on : windows-latest
1515 steps :
16- - uses : dorny/test-reporter@v1
16+ - uses : dorny/test-reporter@v2
1717 with :
1818 artifact : test-results-release # artifact name
1919 name : Report release tests # Name of the check run which will be created
2323 test-report-debug :
2424 runs-on : windows-latest
2525 steps :
26- - uses : dorny/test-reporter@v1
26+ - uses : dorny/test-reporter@v2
2727 with :
2828 artifact : test-results-debug # artifact name
2929 name : Report debug tests # Name of the check run which will be created
Original file line number Diff line number Diff line change 99 steps :
1010 # checkout the code
1111 - name : checkout-code
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 with :
1414 fetch-depth : 0
1515
3939 steps :
4040 # checkout the code
4141 - name : checkout-code
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v5
4343 with :
4444 fetch-depth : 0
4545
You can’t perform that action at this time.
0 commit comments