rbialon / flake8-annotations

Flake8 Problem Matcher / Annotations for Github Checks
MIT License
17 stars 8 forks source link

Node 12 is deprecated and will stop working in the future #8

Closed reconman closed 1 year ago

reconman commented 1 year ago

When I run the action, I'm getting warnings about Node 12 being deprecated: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

Seems easy to fix, just update the node version in action.yml to 16.

rbialon commented 1 year ago

Thank you for pointing this out @reconman !

reconman commented 1 year ago

I think you need to release a new version (v1.1 or v2) to have an effect.

rbialon commented 1 year ago

Once again thank you, haven't run through this procedure for some time. v1.1 is released on Martketplace

reconman commented 1 year ago

Seems like best practice is to retag the major version on every release.

So:

rbialon commented 1 year ago

Good catch! And done, v1 now points to the v1.1 release 👍