@@ -25,13 +25,13 @@ jobs:
2525 # Steps represent a sequence of tasks that will be executed as part of the job
2626 steps :
2727 - name : Install .NET 6 SDK
28- uses : actions/setup-dotnet@v1
28+ uses : actions/setup-dotnet@v3
2929 with :
3030 dotnet-version : ' 6.0.x'
3131
3232 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3333 - name : Checkout Repository
34- uses : actions/checkout@v2
34+ uses : actions/checkout@v3
3535
3636 # Restore Tools from Manifest list in the Repository
3737 - name : Restore dotnet tools
@@ -54,13 +54,13 @@ jobs:
5454 # Steps represent a sequence of tasks that will be executed as part of the job
5555 steps :
5656 - name : Install .NET 6 SDK
57- uses : actions/setup-dotnet@v1
57+ uses : actions/setup-dotnet@v3
5858 with :
59- dotnet-version : ' 6.0.202 '
59+ dotnet-version : ' 6.0.x '
6060
6161 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
6262 - name : Checkout Repository
63- uses : actions/checkout@v2
63+ uses : actions/checkout@v3
6464
6565 # Restore Tools from Manifest list in the Repository
6666 - name : Restore dotnet tools
@@ -134,13 +134,13 @@ jobs:
134134
135135 steps :
136136 - name : Install .NET 6 SDK
137- uses : actions/setup-dotnet@v1
137+ uses : actions/setup-dotnet@v3
138138 with :
139- dotnet-version : ' 6.0.202 '
139+ dotnet-version : ' 6.0.x '
140140
141141 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
142142 - name : Checkout Repository
143- uses : actions/checkout@v2
143+ uses : actions/checkout@v3
144144
145145 - name : Add msbuild to PATH
146146@@ -191,13 +191,13 @@ jobs:
191191
192192 steps :
193193 - name : Install .NET 6 SDK
194- uses : actions/setup-dotnet@v1
194+ uses : actions/setup-dotnet@v3
195195 with :
196- dotnet-version : ' 6.0.201 '
196+ dotnet-version : ' 6.0.x '
197197
198198 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
199199 - name : Checkout Repository
200- uses : actions/checkout@v2
200+ uses : actions/checkout@v3
201201
202202 - name : Generate solution
203203 shell : pwsh
0 commit comments