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 eeb28f0 commit c8d8193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 composer.json file.
# @link https://getcomposer.org/doc/03-cli.md#validate
Expand Down

0 comments on commit c8d8193

Please sign in to comment.