mirror of
https://github.com/actions/runner.git
synced 2026-01-13 14:41:14 +08:00
This change updates the .NET Core SDK used by the Actions Runner to
version 3.1.302 to address the issues that are caused by the following issue:
https://github.com/dotnet/runtime/issues/13475
See #574 for more information.
Fixes #574
6 lines
44 B
JSON
6 lines
44 B
JSON
{
|
|
"sdk": {
|
|
"version": "3.1.302"
|
|
}
|
|
}
|