File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 47
47
username : postgres
48
48
password : postgres
49
49
- name : Setup .NET
50
- uses : actions/setup-dotnet@v3
50
+ uses : actions/setup-dotnet@v4
51
51
with :
52
52
dotnet-version : |
53
53
6.0.x
@@ -186,7 +186,7 @@ jobs:
186
186
- name : Tune GitHub-hosted runner network
187
187
uses : smorimoto/tune-github-hosted-runner-network@v1
188
188
- name : Setup .NET
189
- uses : actions/setup-dotnet@v3
189
+ uses : actions/setup-dotnet@v4
190
190
with :
191
191
dotnet-version : |
192
192
6.0.x
@@ -241,7 +241,7 @@ jobs:
241
241
- name : Tune GitHub-hosted runner network
242
242
uses : smorimoto/tune-github-hosted-runner-network@v1
243
243
- name : Setup .NET
244
- uses : actions/setup-dotnet@v3
244
+ uses : actions/setup-dotnet@v4
245
245
with :
246
246
dotnet-version : |
247
247
6.0.x
Original file line number Diff line number Diff line change 24
24
language : [ 'csharp' ]
25
25
steps :
26
26
- name : Setup .NET
27
- uses : actions/setup-dotnet@v3
27
+ uses : actions/setup-dotnet@v4
28
28
with :
29
29
dotnet-version : |
30
30
6.0.x
You can’t perform that action at this time.
0 commit comments