From 72ca92e62b70e50d0e3b0de85a906c6fe3340063 Mon Sep 17 00:00:00 2001 From: ArturoS Date: Tue, 18 Oct 2022 23:28:59 +0200 Subject: [PATCH] Update from node12 to note16 As per GitHub https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()'