squizlabs / PHP_CodeSniffer

PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
BSD 3-Clause "New" or "Revised" License
10.67k stars 1.48k forks source link

GH Actions: update the xmllint-problem-matcher #3692

Closed jrfnl closed 2 years ago

jrfnl commented 2 years ago

The xmllint-problem-matcher action runner has released a new version which updates it to use node 16. This gets rid of a warning which was shown in the action logs.

Note: I've suggested to the author to use long-running branches for the action runner instead, which would make this update redundant, but no telling if or when they'll respond to that, let alone if they will follow my suggestion.

Refs:

jrfnl commented 2 years ago

Closing - the action runner branch has become a long-running branch, so this update is no longer needed.