From 6c0e2a2a6b8dbd557c411f0bd105b341d4ce40d2 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Thu, 12 Sep 2019 10:37:27 -0400 Subject: [PATCH] Update action.yml --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 8e39ac972..f0701f2c4 100644 --- a/action.yml +++ b/action.yml @@ -7,6 +7,7 @@ inputs: # Deprecated option, do not use. Will not be supported after October 1, 2019 version: description: 'Deprecated. Use dotnet-version instead. Will not be supported after October 1, 2019' + deprecationMessage: 'The version property will not be supported after October 1, 2019. Use dotnet-version instead' runs: using: 'node12' main: 'lib/setup-dotnet.js'