Skip to content

Commit

Permalink
Merge pull request #14 from ajnelson-nist/adopt_case_utils_0_11_0
Browse files Browse the repository at this point in the history
Adopt case-utils 0.11.0
  • Loading branch information
kchason authored May 15, 2023
2 parents 624328c + d2247c5 commit 9eb0bd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM python:3.10-slim-bullseye
WORKDIR /opt/workspace

# Install dependencies
RUN python -m pip install case-utils==0.10.0
RUN python -m pip install case-utils==0.11.0

# Delete source files now that package has been installed
WORKDIR /opt/workspace
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Include the validation action in your GitHub action workflow and specify the fil
```yaml
# Run the CASE validation job to confirm the output is valid
- name: CASE Export Validation
uses: kchason/[email protected]
uses: kchason/[email protected].1
with:
case-path: ./output/
case-version: "case-1.2.0"
Expand Down

0 comments on commit 9eb0bd0

Please sign in to comment.