From 100e2c196fc204864cc171cfa44d213c8ac85f10 Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Wed, 31 Jan 2024 17:31:01 -0500 Subject: [PATCH] CI: Update korelstar/xmllint-problem-matcher GitHub Action We're currently using korelstar/xmllint-problem-matcher v1.1.0 which is based on the deprecated node16. This was fixed in v1.2.0, so let's update to that version's commit. --- .github/actions/qt-xml-validator/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/qt-xml-validator/action.yaml b/.github/actions/qt-xml-validator/action.yaml index 088846e61..d8ed92c2c 100644 --- a/.github/actions/qt-xml-validator/action.yaml +++ b/.github/actions/qt-xml-validator/action.yaml @@ -33,7 +33,7 @@ runs: echo ::endgroup:: - name: Register Annotations 📝 - uses: korelstar/xmllint-problem-matcher@22352420d1d3e8f18d311d76284c4f5f71982222 + uses: korelstar/xmllint-problem-matcher@1bd292d642ddf3d369d02aaa8b262834d61198c0 - name: Validate XML 💯 shell: bash