File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,17 +10,16 @@ jobs:
1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0
1616 - name : Setup .NET
17- uses : actions/setup-dotnet@v4
17+ uses : actions/setup-dotnet@v5
1818 with :
1919 dotnet-version : |
20- 6.0.x
21- 7.0.x
2220 8.0.x
2321 9.0.x
22+ 10.0.x
2423 - name : Build with .NET
2524 run : dotnet build --configuration Release
2625 - name : Test with .NET
@@ -29,17 +28,16 @@ jobs:
2928 needs : build
3029 runs-on : ubuntu-latest
3130 steps :
32- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v6
3332 with :
3433 fetch-depth : 0
3534 - name : Setup .NET
36- uses : actions/setup-dotnet@v4
35+ uses : actions/setup-dotnet@v5
3736 with :
3837 dotnet-version : |
39- 6.0.x
40- 7.0.x
4138 8.0.x
4239 9.0.x
40+ 10.0.x
4341 - name : Pack nuget package
4442 run : dotnet pack ./Plotly.Blazor/Plotly.Blazor.csproj --configuration Release /p:ContinuousIntegrationBuild=true
4543 env :
You can’t perform that action at this time.
0 commit comments