diff --git a/README.md b/README.md index fcf1e84..23b234f 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ This problem matcher lets you show errors from `xmllint` as annotation in GitHub Add the step to your workflow, before `xmllint` is called. ```yaml - - uses: korelstar/xmllint-problem-matcher@v1 + - uses: korelstar/xmllint-problem-matcher@v1.1 ```