Skip to content

Commit

Permalink
Merge pull request #818 from SysBioChalmers/chore/update-actions
Browse files Browse the repository at this point in the history
chore: update actions
  • Loading branch information
feiranl authored May 7, 2024
2 parents 9b68a73 + d79466c commit 25c5c81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-metabolictasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
task-type: [essential, verification]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check ${{ matrix.task-type }} metabolic tasks
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yaml-conversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run conversion script
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yaml-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: YAML Lint
uses: metabolicatlas/action-yamllint@v3
Expand Down

0 comments on commit 25c5c81

Please sign in to comment.