File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,19 +91,19 @@ jobs:
9191 restore-keys : |
9292 ${{ runner.os }}-nuget-
9393 - name : 🔨 Use .NET Core 3.1 SDK
94- uses : actions/setup-dotnet@v4.2 .0
94+ uses : actions/setup-dotnet@v4.3 .0
9595 with :
9696 dotnet-version : ' 3.1.x'
9797 - name : 🔨 Use .NET Core 6.0 SDK
98- uses : actions/setup-dotnet@v4.2 .0
98+ uses : actions/setup-dotnet@v4.3 .0
9999 with :
100100 dotnet-version : ' 6.0.x'
101101 - name : 🔨 Use .NET Core 8.0 SDK
102- uses : actions/setup-dotnet@v4.2 .0
102+ uses : actions/setup-dotnet@v4.3 .0
103103 with :
104104 dotnet-version : ' 8.0.x'
105105 - name : 🔨 Use .NET Core 9.0 SDK
106- uses : actions/setup-dotnet@v4.2 .0
106+ uses : actions/setup-dotnet@v4.3 .0
107107 with :
108108 dotnet-version : ' 9.0.x'
109109 - name : 🎁 dotnet tool restore
You can’t perform that action at this time.
0 commit comments