Skip to content

Commit

Permalink
GH Actions: update the xmllint-problem-matcher
Browse files Browse the repository at this point in the history
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](korelstar/xmllint-problem-matcher#7), 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:
* https://github.com/korelstar/xmllint-problem-matcher/releases/tag/v1.1
  • Loading branch information
jrfnl committed Oct 14, 2022
1 parent d7864cb commit dde4ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# Show XML violations inline in the file diff.
# @link https://github.com/marketplace/actions/xmllint-problem-matcher
- uses: korelstar/xmllint-problem-matcher@v1
- uses: korelstar/xmllint-problem-matcher@v1.1

# Validate the XML ruleset files.
# @link http://xmlsoft.org/xmllint.html
Expand Down

0 comments on commit dde4ab7

Please sign in to comment.