newrelic / newrelic-ruby-agent

New Relic RPM Ruby Agent

Home Page:https://docs.newrelic.com/docs/apm/agents/ruby-agent/getting-started/introduction-new-relic-ruby/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI: Update `.github/actions/issue_closer` to a version that uses Node.js 20+

kaylareopelle opened this issue · comments

Our internally-defined .github/actions/issue_closer action runs on Node 16. This adds a deprecation warning annotation to our runs, for example:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: .github/actions/issue_closer@. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Update ./github/actions/issue_closer to use Node.js 22 or whatever is the most recent version.