eleboys / test-coverage-report-action

Report code test coverage of touched files within a Pull-Request inside the descriptions
6 stars 3 forks source link

Deprecation warnings #8

Open maxbeba opened 1 year ago

maxbeba commented 1 year ago

Hi,

i noticed two deprecation warnings, that need attention:

You're still using node12 in the action.yaml. This should be bumped to 16. https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

Also:

The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/