File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4747 username : postgres
4848 password : postgres
4949 - name : Setup .NET
50- uses : actions/setup-dotnet@v3
50+ uses : actions/setup-dotnet@v4
5151 with :
5252 dotnet-version : |
5353 6.0.x
@@ -186,7 +186,7 @@ jobs:
186186 - name : Tune GitHub-hosted runner network
187187 uses : smorimoto/tune-github-hosted-runner-network@v1
188188 - name : Setup .NET
189- uses : actions/setup-dotnet@v3
189+ uses : actions/setup-dotnet@v4
190190 with :
191191 dotnet-version : |
192192 6.0.x
@@ -241,7 +241,7 @@ jobs:
241241 - name : Tune GitHub-hosted runner network
242242 uses : smorimoto/tune-github-hosted-runner-network@v1
243243 - name : Setup .NET
244- uses : actions/setup-dotnet@v3
244+ uses : actions/setup-dotnet@v4
245245 with :
246246 dotnet-version : |
247247 6.0.x
Original file line number Diff line number Diff line change 2424 language : [ 'csharp' ]
2525 steps :
2626 - name : Setup .NET
27- uses : actions/setup-dotnet@v3
27+ uses : actions/setup-dotnet@v4
2828 with :
2929 dotnet-version : |
3030 6.0.x
You can’t perform that action at this time.
0 commit comments