File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -10,27 +10,26 @@ jobs:
1010 runs-on : windows-latest
1111
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414 with :
1515 fetch-depth : 0 # Avoid shallow clone so NBGV can do its work.
1616 submodules : ' recursive'
1717 - name : Set version
18- uses : dotnet/nbgv@v0.4.0
18+ uses : dotnet/nbgv@master
1919 with :
2020 setAllVars : true
2121 - name : Setup .NET
22- uses : actions/setup-dotnet@v1
22+ uses : actions/setup-dotnet@v3
2323 with :
2424 dotnet-version : ' 6.0.x'
25- include-prerelease : true
2625 - name : Install dependencies
2726 run : dotnet restore
2827 - name : Build
2928 run : dotnet build --configuration Release --no-restore -p:ContinuousIntegrationBuild=true -p:DeterministicSourcePaths=true
3029 - name : Test
3130 run : dotnet test --configuration Release --no-build --verbosity normal -p:ContinuousIntegrationBuild=true -p:DeterministicSourcePaths=true
3231 - name : Publish
33- uses : alirezanet/publish-nuget@v3.0.0
32+ uses : alirezanet/publish-nuget@v3.0.4
3433 with :
3534 PROJECT_FILE_PATH : DevDecoder.Scheduling/DevDecoder.Scheduling.csproj
3635 NUGET_KEY : ${{secrets.NUGET_API_KEY}}
You can’t perform that action at this time.
0 commit comments