From d5ed5f6ee6fb722f45203202fa6e8c1a971c0696 Mon Sep 17 00:00:00 2001 From: aparnajyothi-y <147696841+aparnajyothi-y@users.noreply.github.com> Date: Tue, 21 Nov 2023 21:03:58 +0530 Subject: [PATCH] changes --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 50794856..ec93539a 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -nnname: 'Setup Java JDK' +name: 'Setup Java JDK' description: 'Set up a specific version of the Java JDK and add the command-line tools to the PATH' author: 'GitHub' @@ -78,6 +78,6 @@ outputs: cache-hit: description: 'A boolean value to indicate an exact match was found for the primary key' runs: - using: 'node21' + using: 'node20' main: 'dist/setup/index.js' post: 'dist/cleanup/index.js'