Skip to content

Commit 12ac35c

Browse files
authored
Merge pull request #20 from casework/bump_case_validation_action
Bump case-validation-action to 2.10.0, CASE version to 1.4.0
2 parents 7ce8953 + 811d5c6 commit 12ac35c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
# Test the output files to confirm they're both conformant to the CASE Ontology
5555
- name: CASE Validation
56-
uses: kchason/case-validation-action@v2.9.0
56+
uses: kchason/case-validation-action@v2.10.0
5757
with:
5858
case-path: ./output/
59-
case-version: "case-1.3.0"
59+
case-version: "case-1.4.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![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)
2-
![CASE Version](https://img.shields.io/badge/CASE%20Version-1.3.0-green)
2+
![CASE Version](https://img.shields.io/badge/CASE%20Version-1.4.0-green)
33

44
# CASE Mapping Template Python
55
A template repository for adopters to create CASE mappings utilizing Python.

0 commit comments

Comments
 (0)