From ccae5522a9752cd75fe4cf1e32e2e888c2ad2ef9 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Wed, 4 Sep 2019 14:18:59 -0400 Subject: [PATCH] Deprecate version property --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index d6feb020..77b6ca0b 100644 --- a/action.yml +++ b/action.yml @@ -15,6 +15,7 @@ inputs: # Deprecated option, do not use. Will not be supported after October 1, 2019 version: description: 'Deprecated. Use node-version instead. Will not be supported after October 1, 2019' + deprecationMessage: 'The version property will not be supported after October 1, 2019. Use node-version instead' runs: using: 'node12' main: 'lib/setup-node.js'