We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa7961 commit 451e924Copy full SHA for 451e924
.github/workflows/omv-ci.yml
@@ -18,10 +18,10 @@ jobs:
18
engine: [ jNeuroML_NEURON, jNeuroML_NetPyNE, jNeuroML_validate ]
19
20
steps:
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
22
23
- name: Set up Python ${{ matrix.python-version }}
24
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
25
with:
26
python-version: ${{ matrix.python-version }}
27
0 commit comments