Skip to content

Commit

Permalink
Merge pull request #6 from OpenSourceBrain/development
Browse files Browse the repository at this point in the history
 Update gha versions
pgleeson authored Apr 6, 2024
2 parents 85b43fb + 65bc6e0 commit 3f58215
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
@@ -16,9 +16,9 @@ jobs:
python-version: [ "3.8", "3.9" ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

5 changes: 3 additions & 2 deletions .github/workflows/ci_pip.yml
Original file line number Diff line number Diff line change
@@ -13,13 +13,14 @@ jobs:

runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [ 3.7, 3.9, "3.10" ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

4 changes: 2 additions & 2 deletions .github/workflows/ci_pre_pip.yml
Original file line number Diff line number Diff line change
@@ -17,9 +17,9 @@ jobs:
python-version: [ 3.9 ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

4 changes: 2 additions & 2 deletions .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
@@ -18,10 +18,10 @@ jobs:
engine: [ jNeuroML, jNeuroML_NEURON, jNeuroML_validate, jNeuroML_Moose ]

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

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

0 comments on commit 3f58215

Please sign in to comment.