From 3fed357ac40572cc3a81ffc73ae13376806ed224 Mon Sep 17 00:00:00 2001 From: Daniel Dyssegaard Kallick Date: Tue, 18 Oct 2022 14:35:52 -0400 Subject: [PATCH 1/2] Use node 16 -- GH actions has deprecated 12 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 2a5e7a7..cebd960 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'Beanstalk Deploy' description: 'Deploy a zip file to AWS Elastic Beanstalk' author: 'Einar Egilsson' runs: - using: 'node12' + using: 'node14' main: 'beanstalk-deploy.js' inputs: aws_access_key: From 0ece0491c19ca4f532a4a0a41e2d76593d0fc425 Mon Sep 17 00:00:00 2001 From: Daniel Dyssegaard Kallick Date: Tue, 18 Oct 2022 14:37:19 -0400 Subject: [PATCH 2/2] actually use 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index cebd960..8c3542e 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'Beanstalk Deploy' description: 'Deploy a zip file to AWS Elastic Beanstalk' author: 'Einar Egilsson' runs: - using: 'node14' + using: 'node16' main: 'beanstalk-deploy.js' inputs: aws_access_key: