From dde4ab79529190b51aa4c73edd548d4a8cc53f05 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 14 Oct 2022 20:33:36 +0200 Subject: [PATCH] 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. Note: I've [suggested to the author to use long-running branches for the action runner instead](https://github.com/korelstar/xmllint-problem-matcher/pull/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 --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 887b9c2b7b..295e7cacd6 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -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