From 875e3a89be7cdff144bdd79da799c140f608673a Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 19 Dec 2022 11:10:42 -0500 Subject: [PATCH] Adopt next version of validation action to pick up IRI typo review References: * https://github.com/casework/CASE-Utilities-Python/issues/40 Signed-off-by: Alex Nelson --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e073164..f582032 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -53,7 +53,7 @@ jobs: # Test the output files to confirm they're both conformant to the CASE Ontology - name: CASE Validation - uses: kchason/case-validation-action@v2.4 + uses: kchason/case-validation-action@v2.5 with: case-path: ./output/ case-version: "case-1.1.0"