From f8cb61291b28abde38d106e768950450f783443a Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 14 Oct 2022 20:23:07 +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/basics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/basics.yml b/.github/workflows/basics.yml index 498fd522..0da06d3f 100644 --- a/.github/workflows/basics.yml +++ b/.github/workflows/basics.yml @@ -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