File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 name : Testing
1111 steps :
1212 - name : Checkout code base
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1414
1515 - name : Run tests
1616 run : dotnet test --verbosity normal
@@ -20,10 +20,10 @@ jobs:
2020 name : Building
2121 steps :
2222 - name : Checkout code base
23- uses : actions/checkout@v2
23+ uses : actions/checkout@v3
2424
2525 - name : Setup MSBuild
26- uses : microsoft/setup-msbuild@v1
26+ uses : microsoft/setup-msbuild@v1.1
2727
2828 - name : Restore NuGet packages
2929 run : nuget restore PowerAutomateMockUp.sln
3232 run : msbuild /p:OutputPath=../build /p:Configuration=Release /p:RestorePackages=false
3333
3434 - name : Archive build to artifacts
35- uses : actions/upload-artifact@v2
35+ uses : actions/upload-artifact@v3
3636 with :
3737 name : build
3838 path : |
Original file line number Diff line number Diff line change 1212 runs-on : windows-latest
1313 steps :
1414 - name : Checkout repo
15- uses : actions/checkout@v2
15+ uses : actions/checkout@v3
1616
1717 - name : Run tests
1818 run : dotnet test --verbosity normal
@@ -24,10 +24,10 @@ jobs:
2424 - test
2525 steps :
2626 - name : Checkout repo
27- uses : actions/checkout@v2
27+ uses : actions/checkout@v3
2828
2929 - name : Setup Node.js
30- uses : actions/setup-node@v1
30+ uses : actions/setup-node@v3
3131
3232 - name : Add plugin for conventional commits
3333 run : npm install conventional-changelog-conventionalcommits
5050 run : echo ${env:RELEASE_VERSION}
5151
5252 - name : Setup MSBuild
53- uses : microsoft/setup-msbuild@v1
53+ uses : microsoft/setup-msbuild@v1.1
5454
5555 - name : Restore NuGet packages
5656 run : nuget restore PowerAutomateMockUp.sln
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : " actions/checkout@master"
1313 - name : " TODO to Issue"
14- uses : " alstr/todo-to-issue-action@v2.4 "
14+ uses : " alstr/todo-to-issue-action@v4 "
1515 id : " todo"
1616 with :
1717 TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments