From f4a07ddb5e3dc86edd42b3517675e570fce16db2 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 29 Aug 2023 18:04:24 -0400 Subject: [PATCH] Bump case-validation-action to 2.8.0 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 a82b983..bf42764 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.6 + uses: kchason/case-validation-action@v2.8.0 with: case-path: ./output/ case-version: "case-1.2.0"