From fcc6c28743be3d271aeb26888c252de7fba453cd Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Tue, 8 Oct 2024 16:09:51 -0400 Subject: [PATCH] . --- src/Runner.Worker/Handlers/HandlerFactory.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Runner.Worker/Handlers/HandlerFactory.cs b/src/Runner.Worker/Handlers/HandlerFactory.cs index cbf7fa16f..25d7d4915 100644 --- a/src/Runner.Worker/Handlers/HandlerFactory.cs +++ b/src/Runner.Worker/Handlers/HandlerFactory.cs @@ -104,6 +104,7 @@ namespace GitHub.Runner.Worker.Handlers Message = $"Not allowing opt out for node20 in step {executionContext.Id}" }); Trace.Info("Not allowing opt out for node20"); + executionContext.Warning("End of life for Actions Node16. For more info: https://github.blog/changelog/2024-09-25-end-of-life-for-actions-node16/"); isOptOut = false; }