From 69f47d2a8006cf6e715e7f012a2747e36655da1d Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Mon, 24 Oct 2022 20:26:20 +0000 Subject: [PATCH 1/2] Add Gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9bdc59c..94843ce 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Heroku Deploy +[![Join the chat at https://gitter.im/akhileshns-heroku-deploy/community](https://badges.gitter.im/akhileshns-heroku-deploy/community.svg)](https://gitter.im/akhileshns-heroku-deploy/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + ![GitHub issues](https://img.shields.io/github/issues/AkhileshNS/heroku-deploy.svg) ![GitHub](https://img.shields.io/github/license/AkhileshNS/heroku-deploy.svg) ![Tests](https://github.com/AkhileshNS/heroku-deploy/workflows/Tests/badge.svg) From f6189c5cb0a2a1ef197b997f3eed03797012cae5 Mon Sep 17 00:00:00 2001 From: Brad Trick <76491823+brtrick@users.noreply.github.com> Date: Thu, 1 Dec 2022 10:49:33 -0500 Subject: [PATCH 2/2] Switch to node16, remove node12 deprecation notice --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a7c909e..29e6ecf 100644 --- a/action.yml +++ b/action.yml @@ -87,5 +87,5 @@ outputs: status: description: "The Success/Failure of the action" runs: - using: "node12" + using: "node16" main: "index.js"