File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515
1616 - name : Check badges in README.md
1717 run : ./scripts/check-badges.bash "README.md"
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
2626 continue-on-error : true
2727
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v6
3030 - name : Setup latest version of dotnet
31- uses : actions/setup-dotnet@v4
31+ uses : actions/setup-dotnet@v5
3232 - name : Build with latest version
3333 run : dotnet build --warnaserror Aspose.BarCode.Cloud.Sdk.sln
3434
3535 - name : Setup ${{ matrix.dotnet-version }} version of dotnet
36- uses : actions/setup-dotnet@v4
36+ uses : actions/setup-dotnet@v5
3737 with :
3838 dotnet-version : ${{ matrix.dotnet-version }}
3939
Original file line number Diff line number Diff line change @@ -26,18 +26,18 @@ jobs:
2626 continue-on-error : true
2727
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v6
3030
3131 - name : Setup .NET 10 SDK
32- uses : actions/setup-dotnet@v4
32+ uses : actions/setup-dotnet@v5
3333 with :
3434 dotnet-version : ' 10.0.x'
3535
3636 - name : Setup MSBuild
37- uses : microsoft/setup-msbuild@v1.1
37+ uses : microsoft/setup-msbuild@v3
3838
3939 - name : Setup VSTest
40- uses : darenm/Setup-VSTest@v1.2
40+ uses : darenm/Setup-VSTest@v1.3
4141
4242 - name : Pack nuget
4343 run : |
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-22.04
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 - name : Build the Docker image
1616 run : docker build . --file Dockerfile
Original file line number Diff line number Diff line change 1212
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 - name : Setup latest version of dotnet
17- uses : actions/setup-dotnet@v4
17+ uses : actions/setup-dotnet@v5
1818 - name : Build nuget with latest version
1919 run : |
2020 ./scripts/pack-nuget.bash
You can’t perform that action at this time.
0 commit comments