6464 fetch-depth : 0 # Shallow clones should be disabled for better analysis
6565
6666 - name : Setup .NET
67- uses : actions/setup-dotnet@v4
67+ uses : actions/setup-dotnet@v5
6868 with :
6969 dotnet-version : ${{ env.DOTNET_VERSION }}
7070
@@ -153,7 +153,7 @@ jobs:
153153 fetch-depth : 0
154154
155155 - name : Setup .NET
156- uses : actions/setup-dotnet@v4
156+ uses : actions/setup-dotnet@v5
157157 with :
158158 dotnet-version : ${{ env.DOTNET_VERSION }}
159159
@@ -203,7 +203,7 @@ jobs:
203203 fetch-depth : 0
204204
205205 - name : Setup .NET
206- uses : actions/setup-dotnet@v4
206+ uses : actions/setup-dotnet@v5
207207 with :
208208 dotnet-version : ${{ env.DOTNET_VERSION }}
209209
@@ -230,7 +230,7 @@ jobs:
230230 uses : actions/checkout@v5
231231
232232 - name : Setup .NET
233- uses : actions/setup-dotnet@v4
233+ uses : actions/setup-dotnet@v5
234234 with :
235235 dotnet-version : ${{ env.DOTNET_VERSION }}
236236
@@ -259,7 +259,7 @@ jobs:
259259 fetch-depth : 0 # Need full history for git describe
260260
261261 - name : Setup .NET
262- uses : actions/setup-dotnet@v4
262+ uses : actions/setup-dotnet@v5
263263 with :
264264 dotnet-version : ${{ env.DOTNET_VERSION }}
265265
@@ -394,7 +394,7 @@ jobs:
394394 uses : actions/checkout@v5
395395
396396 - name : Setup .NET
397- uses : actions/setup-dotnet@v4
397+ uses : actions/setup-dotnet@v5
398398 with :
399399 dotnet-version : ${{ env.DOTNET_VERSION }}
400400
0 commit comments