Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0
uses: kchason/case-validation-action@v2.10.0
with:
case-path: ./output/
case-version: "case-1.3.0"
case-version: "case-1.4.0"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Continuous Integration](https://github.com/casework/CASE-Mapping-Template-Python/actions/workflows/cicd.yml/badge.svg)](https://github.com/casework/CASE-Mapping-Template-Python/actions/workflows/cicd.yml)
![CASE Version](https://img.shields.io/badge/CASE%20Version-1.3.0-green)
![CASE Version](https://img.shields.io/badge/CASE%20Version-1.4.0-green)

# CASE Mapping Template Python
A template repository for adopters to create CASE mappings utilizing Python.
Expand Down