File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 43
43
username : postgres
44
44
password : postgres
45
45
- name : Setup .NET
46
- uses : actions/setup-dotnet@v4
46
+ uses : actions/setup-dotnet@v5
47
47
with :
48
48
dotnet-version : |
49
49
8.0.*
@@ -154,7 +154,7 @@ jobs:
154
154
- name : Tune GitHub-hosted runner network
155
155
uses : smorimoto/tune-github-hosted-runner-network@v1
156
156
- name : Setup .NET
157
- uses : actions/setup-dotnet@v4
157
+ uses : actions/setup-dotnet@v5
158
158
with :
159
159
dotnet-version : |
160
160
8.0.*
@@ -213,7 +213,7 @@ jobs:
213
213
- name : Tune GitHub-hosted runner network
214
214
uses : smorimoto/tune-github-hosted-runner-network@v1
215
215
- name : Setup .NET
216
- uses : actions/setup-dotnet@v4
216
+ uses : actions/setup-dotnet@v5
217
217
with :
218
218
dotnet-version : |
219
219
8.0.*
Original file line number Diff line number Diff line change 23
23
language : [ 'csharp' ]
24
24
steps :
25
25
- name : Setup .NET
26
- uses : actions/setup-dotnet@v4
26
+ uses : actions/setup-dotnet@v5
27
27
with :
28
28
dotnet-version : |
29
29
8.0.*
Original file line number Diff line number Diff line change 22
22
checks : write
23
23
steps :
24
24
- name : Setup .NET
25
- uses : actions/setup-dotnet@v4
25
+ uses : actions/setup-dotnet@v5
26
26
with :
27
27
dotnet-version : |
28
28
8.0.*
You can’t perform that action at this time.
0 commit comments