From b9e9626236aed264eab9bdf46ac7802a399d6b7c Mon Sep 17 00:00:00 2001 From: Javed Mohamed Date: Wed, 20 Sep 2023 17:28:50 -0500 Subject: [PATCH] Use node20 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 4c54ef5..ac7267c 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'webfactory/ssh-agent' +name: 'javbit/ssh-agent' description: 'Run `ssh-agent` and load an SSH key to access other private repositories' inputs: ssh-private-key: @@ -20,7 +20,7 @@ inputs: description: 'git command' required: false runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' post: 'dist/cleanup.js' post-if: 'always()'