From b11669270b8ff17a839b4efae21849dab870f9ec Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Mon, 15 Jul 2019 14:57:02 -0400 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e5664344..8fd8ec6d 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: 'Setup your runner with Java' author: 'GitHub' inputs: version: - description: 'A number that specifies the JDK version to make available on the path. Use a whole number version, such as 10' + description: 'The JDK version to make available on the path. Use a whole version, such as 9.0.4' required: true architecture: description: 'The architecture (x86, x64) of the JDK.'