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 @@ -90,19 +90,19 @@ jobs:
9090 path : ' ${{ github.workspace }}/.nuget/packages'
9191 key : " ${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}-${{ hashFiles('**/dotnet-tools.json') }}"
9292 - name : 🔨 Use .NET Core 3.1 SDK
93- uses : actions/setup-dotnet@v4.3.0
93+ uses : actions/setup-dotnet@v4.3.1
9494 with :
9595 dotnet-version : ' 3.1.x'
9696 - name : 🔨 Use .NET Core 6.0 SDK
97- uses : actions/setup-dotnet@v4.3.0
97+ uses : actions/setup-dotnet@v4.3.1
9898 with :
9999 dotnet-version : ' 6.0.x'
100100 - name : 🔨 Use .NET Core 8.0 SDK
101- uses : actions/setup-dotnet@v4.3.0
101+ uses : actions/setup-dotnet@v4.3.1
102102 with :
103103 dotnet-version : ' 8.0.x'
104104 - name : 🔨 Use .NET Core 9.0 SDK
105- uses : actions/setup-dotnet@v4.3.0
105+ uses : actions/setup-dotnet@v4.3.1
106106 with :
107107 dotnet-version : ' 9.0.x'
108108 - name : 🎁 dotnet tool restore
You can’t perform that action at this time.
0 commit comments