Skip to content

Commit

Permalink
chore: bump workflow dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-sysbio committed Mar 23, 2023
1 parent c5ed1ad commit 574089d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/yaml-conversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Run conversion script
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/yaml-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: YAML Lint
uses: ibiqlik/action-yamllint@v1.0.0
uses: ibiqlik/action-yamllint@v3.1.1
with:
## File(s) or Directory, separate by space if multiple files or folder are specified
file_or_dir: model/
Expand All @@ -26,4 +26,4 @@ jobs:
# strict: # optional, default is false

- name: Test import with cobrapy and consistency with annotation files
run: python code/test/sanityCheck.py
run: python code/test/sanityCheck.py

0 comments on commit 574089d

Please sign in to comment.