Skip to content

Commit 89e437b

Browse files
committed
GH Actions: update the xmllint-problem-matcher
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. Refs: * https://github.com/korelstar/xmllint-problem-matcher/releases/tag/v1.1
1 parent e76fb83 commit 89e437b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

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

6666
# Validate the XSD and XML files against schema.
6767
- name: Validate Docs XSD against schema

0 commit comments

Comments
 (0)