actions-ecosystem / action-regex-match

🔍 GitHub Action to do regex matching
https://github.com/marketplace/actions/actions-ecosystem-action-regex-match
Apache License 2.0
104 stars 36 forks source link

Nodejs 12 deprecated, set to v16 #363

Open jrunestone opened 1 year ago

jrunestone commented 1 year ago

Github actions are deprecating actions based on nodejs12 in favor of v16. Output from runs on github: Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions-ecosystem/action-regex-match

EDIT: PR #360 will solve this it seems

zliang-akamai commented 1 year ago

The PR is merged but we will still need a release

kaisugi commented 1 year ago

I am one of the contributors of this action, and I love it. Hoping for more frequent releases, I have decided to take over the repository on my own.

Please try the new release, kaisugi/action-regex-match@v1.0.0. With this new version, you will no longer encounter errors related to the Node.js version.

I am aiming to improve this repository and welcome any suggestions. Thank you!