From 574089d4106d97fa7349e5ce81e4df481b9779e8 Mon Sep 17 00:00:00 2001 From: Mihail Anton Date: Thu, 23 Mar 2023 23:28:24 +1300 Subject: [PATCH] chore: bump workflow dependency version --- .github/workflows/yaml-conversion.yml | 2 +- .github/workflows/yaml-validation.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/yaml-conversion.yml b/.github/workflows/yaml-conversion.yml index 9a457d0c..4bd9989f 100644 --- a/.github/workflows/yaml-conversion.yml +++ b/.github/workflows/yaml-conversion.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Run conversion script run: | diff --git a/.github/workflows/yaml-validation.yml b/.github/workflows/yaml-validation.yml index f05e8387..a02bcc79 100644 --- a/.github/workflows/yaml-validation.yml +++ b/.github/workflows/yaml-validation.yml @@ -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/ @@ -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 \ No newline at end of file + run: python code/test/sanityCheck.py