diff --git a/action.yml b/action.yml index 16aaba6..5e782f5 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: ssh-auth-sock: description: 'Where to place the SSH Agent auth socket' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' post: 'dist/cleanup.js' post-if: 'always()'