@@ -25,14 +25,14 @@ jobs:
2525 # Steps represent a sequence of tasks that will be executed as part of the job
2626 steps :
2727 # Needed until XAML Styler updates to .NET 6
28- - name : Install .NET Core 3.1 SDK
29- uses : actions/setup-dotnet@v1
28+ - name : Install .NET 6 SDK
29+ uses : actions/setup-dotnet@v3
3030 with :
31- dotnet-version : ' 3.1 .x'
31+ dotnet-version : ' 6.0 .x'
3232
3333 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3434 - name : Checkout Repository
35- uses : actions/checkout@v2
35+ uses : actions/checkout@v3
3636
3737 # Restore Tools from Manifest list in the Repository
3838 - name : Restore dotnet tools
@@ -49,13 +49,13 @@ jobs:
4949 # Steps represent a sequence of tasks that will be executed as part of the job
5050 steps :
5151 - name : Install .NET 6 SDK
52- uses : actions/setup-dotnet@v1
52+ uses : actions/setup-dotnet@v3
5353 with :
54- dotnet-version : ' 6.0.202 '
54+ dotnet-version : ' 6.0.x '
5555
5656 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
5757 - name : Checkout Repository
58- uses : actions/checkout@v2
58+ uses : actions/checkout@v3
5959
6060 # Restore Tools from Manifest list in the Repository
6161 - name : Restore dotnet tools
@@ -123,13 +123,13 @@ jobs:
123123 # Steps represent a sequence of tasks that will be executed as part of the job
124124 steps :
125125 - name : Install .NET 6 SDK
126- uses : actions/setup-dotnet@v1
126+ uses : actions/setup-dotnet@v3
127127 with :
128- dotnet-version : ' 6.0.202 '
128+ dotnet-version : ' 6.0.x '
129129
130130 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
131131 - name : Checkout Repository
132- uses : actions/checkout@v2
132+ uses : actions/checkout@v3
133133
134134 # Restore Tools from Manifest list in the Repository
135135 - name : Restore dotnet tools
@@ -200,13 +200,13 @@ jobs:
200200
201201 steps :
202202 - name : Install .NET 6 SDK
203- uses : actions/setup-dotnet@v1
203+ uses : actions/setup-dotnet@v3
204204 with :
205- dotnet-version : ' 6.0.202 '
205+ dotnet-version : ' 6.0.x '
206206
207207 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
208208 - name : Checkout Repository
209- uses : actions/checkout@v2
209+ uses : actions/checkout@v3
210210
211211 - name : Add msbuild to PATH
212212@@ -255,13 +255,13 @@ jobs:
255255
256256 steps :
257257 - name : Install .NET 6 SDK
258- uses : actions/setup-dotnet@v1
258+ uses : actions/setup-dotnet@v3
259259 with :
260- dotnet-version : ' 6.0.201 '
260+ dotnet-version : ' 6.0.x '
261261
262262 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
263263 - name : Checkout Repository
264- uses : actions/checkout@v2
264+ uses : actions/checkout@v3
265265
266266 - name : Generate solution
267267 shell : pwsh
0 commit comments