File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 run : dotnet test -c Release --no-build
3737
3838 - name : Test Report
39- uses : dorny/test-reporter@v2
39+ uses : dorny/test-reporter@v3
4040 if : success() || failure() # run this step even if previous step failed
4141 with :
4242 name : Tests # Name of the check run which will be created
Original file line number Diff line number Diff line change 1616 steps :
1717 - name : Dependabot metadata
1818 id : metadata
19- uses : dependabot/fetch-metadata@v2.5 .0
19+ uses : dependabot/fetch-metadata@v3.0 .0
2020 with :
2121 github-token : " ${{ secrets.GITHUB_TOKEN }}"
2222 - name : Approve a PR
Original file line number Diff line number Diff line change 4141 run : dotnet test -c Release --no-build
4242
4343 - name : Test Report
44- uses : dorny/test-reporter@v2
44+ uses : dorny/test-reporter@v3
4545 if : success() || failure() # run this step even if previous step failed
4646 with :
4747 name : Tests # Name of the check run which will be created
You can’t perform that action at this time.
0 commit comments