@@ -26,13 +26,13 @@ jobs:
26
26
steps :
27
27
# Needed until XAML Styler updates to .NET 6
28
28
- name : Install .NET Core 3.1 SDK
29
- uses : actions/setup-dotnet@v1
29
+ uses : actions/setup-dotnet@v3
30
30
with :
31
31
dotnet-version : ' 3.1.x'
32
32
33
33
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
34
34
- name : Checkout Repository
35
- uses : actions/checkout@v2
35
+ uses : actions/checkout@v3
36
36
37
37
# Restore Tools from Manifest list in the Repository
38
38
- name : Restore dotnet tools
@@ -49,13 +49,13 @@ jobs:
49
49
# Steps represent a sequence of tasks that will be executed as part of the job
50
50
steps :
51
51
- name : Install .NET 6 SDK
52
- uses : actions/setup-dotnet@v1
52
+ uses : actions/setup-dotnet@v3
53
53
with :
54
- dotnet-version : ' 6.0.202 '
54
+ dotnet-version : ' 6.0.x '
55
55
56
56
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
57
57
- name : Checkout Repository
58
- uses : actions/checkout@v2
58
+ uses : actions/checkout@v3
59
59
60
60
# Restore Tools from Manifest list in the Repository
61
61
- name : Restore dotnet tools
@@ -123,13 +123,13 @@ jobs:
123
123
# Steps represent a sequence of tasks that will be executed as part of the job
124
124
steps :
125
125
- name : Install .NET 6 SDK
126
- uses : actions/setup-dotnet@v1
126
+ uses : actions/setup-dotnet@v3
127
127
with :
128
- dotnet-version : ' 6.0.202 '
128
+ dotnet-version : ' 6.0.x '
129
129
130
130
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
131
131
- name : Checkout Repository
132
- uses : actions/checkout@v2
132
+ uses : actions/checkout@v3
133
133
134
134
# Restore Tools from Manifest list in the Repository
135
135
- name : Restore dotnet tools
@@ -200,13 +200,13 @@ jobs:
200
200
201
201
steps :
202
202
- name : Install .NET 6 SDK
203
- uses : actions/setup-dotnet@v1
203
+ uses : actions/setup-dotnet@v3
204
204
with :
205
- dotnet-version : ' 6.0.202 '
205
+ dotnet-version : ' 6.0.x '
206
206
207
207
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
208
208
- name : Checkout Repository
209
- uses : actions/checkout@v2
209
+ uses : actions/checkout@v3
210
210
211
211
- name : Add msbuild to PATH
212
212
uses : microsoft/setup-msbuild@v1.0.3
@@ -255,13 +255,13 @@ jobs:
255
255
256
256
steps :
257
257
- name : Install .NET 6 SDK
258
- uses : actions/setup-dotnet@v1
258
+ uses : actions/setup-dotnet@v3
259
259
with :
260
- dotnet-version : ' 6.0.201 '
260
+ dotnet-version : ' 6.0.x '
261
261
262
262
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
263
263
- name : Checkout Repository
264
- uses : actions/checkout@v2
264
+ uses : actions/checkout@v3
265
265
266
266
- name : Generate solution
267
267
shell : pwsh
0 commit comments