diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 57ed9e8..ecea59c 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -28,8 +28,8 @@ jobs: # Run the CASE validation job to confirm all of the examples in examples/ are conformant # CASE. Note, this only runs against files with the extension "jsonld" - name: CASE Export Validation - uses: kchason/case-validation-action@v2.8.0 + uses: kchason/case-validation-action@v2.9.0 with: case-path: ./examples/ - case-version: "case-1.2.0" + case-version: "case-1.3.0" extension-filter: "jsonld" diff --git a/README.md b/README.md index 0a0fc86..e0720d5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CASE Implementation XRY [![CASE Examples](https://github.com/casework/CASE-Implementation-XRY/actions/workflows/validate.yml/badge.svg)](https://github.com/casework/CASE-Implementation-XRY/actions/workflows/validate.yml/badge.svg) -![CASE Version](https://img.shields.io/badge/CASE%20Version-1.2.0-green) +![CASE Version](https://img.shields.io/badge/CASE%20Version-1.3.0-green) ### Overview @@ -8,7 +8,7 @@ Implementation scripts and examples for converting MSAB XRY reports into CASE. ### Usage -All files in the `examples/` directory with the extension `.jsonld` will automatically be validated using a GitHub Action that confirms their conformance to CASE v1.2.0. +All files in the `examples/` directory with the extension `.jsonld` will automatically be validated using a GitHub Action that confirms their conformance to CASE v1.3.0. ### Contributing