diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c95fa29..87d6693 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: uses: korelstar/xmllint-problem-matcher@v1 - name: Validate example.bpmn using BPMN20.xsd id: xmllint - uses: ChristophWurst/xmllint-action@v1.2 + uses: ChristophWurst/xmllint-action@v1 with: xml-file: example.bpmn xml-schema-file: BPMN/BPMN20.xsd \ No newline at end of file