2020 wkcuber : ${{ steps.filter.outputs.wkcuber || github.ref == 'refs/heads/master' }}
2121 cluster_tools : ${{ steps.filter.outputs.cluster_tools || github.ref == 'refs/heads/master' }}
2222 steps :
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v3
2424 - uses : dorny/paths-filter@v2
2525 id : filter
2626 with :
4646 run :
4747 working-directory : cluster_tools
4848 steps :
49- - uses : actions/checkout@v2
49+ - uses : actions/checkout@v3
5050 - name : Set up Python ${{ matrix.python-version }}
51- uses : actions/setup-python@v1
51+ uses : actions/setup-python@v4
5252 with :
5353 python-version : ${{ matrix.python-version }}
5454 architecture : ' x64'
@@ -145,9 +145,9 @@ jobs:
145145 working-directory : webknossos
146146
147147 steps :
148- - uses : actions/checkout@v2
148+ - uses : actions/checkout@v3
149149 - name : Set up Python ${{ matrix.python-version }}
150- uses : actions/setup-python@v1
150+ uses : actions/setup-python@v4
151151 with :
152152 python-version : ${{ matrix.python-version }}
153153 architecture : ' x64'
@@ -196,7 +196,7 @@ jobs:
196196 working-directory : wkcuber
197197
198198 steps :
199- - uses : actions/checkout@v2
199+ - uses : actions/checkout@v3
200200 - name : Set up Python ${{ matrix.python-version }}
201201 uses : actions/setup-python@v2
202202 with :
@@ -243,7 +243,7 @@ jobs:
243243 working-directory : wkcuber
244244
245245 steps :
246- - uses : actions/checkout@v2
246+ - uses : actions/checkout@v3
247247 - name : Set up Python ${{ matrix.python-version }}
248248 uses : actions/setup-python@v2
249249 with :
@@ -276,7 +276,7 @@ jobs:
276276 working-directory : wkcuber
277277
278278 steps :
279- - uses : actions/checkout@v2
279+ - uses : actions/checkout@v3
280280 - name : Set up Python ${{ matrix.python-version }}
281281 uses : actions/setup-python@v2
282282 with :
@@ -300,7 +300,7 @@ jobs:
300300 runs-on : ubuntu-latest
301301
302302 steps :
303- - uses : actions/checkout@v2
303+ - uses : actions/checkout@v3
304304 - name : Set up Python
305305 uses : actions/setup-python@v2
306306 with :
@@ -378,13 +378,13 @@ jobs:
378378 !github.event.pull_request.head.repo.fork
379379
380380 steps :
381- - uses : actions/checkout@v2
382- - uses : actions/checkout@v2
381+ - uses : actions/checkout@v3
382+ - uses : actions/checkout@v3
383383 with :
384384 repository : scalableminds/webknossos
385385 path : docs/wk-repo
386386 - name : Set up Python 3.8
387- uses : actions/setup-python@v1
387+ uses : actions/setup-python@v4
388388 with :
389389 python-version : 3.8
390390 architecture : ' x64'
@@ -443,9 +443,9 @@ jobs:
443443 max-parallel : 4
444444
445445 steps :
446- - uses : actions/checkout@v2
446+ - uses : actions/checkout@v3
447447 - name : Set up Python 3.8
448- uses : actions/setup-python@v1
448+ uses : actions/setup-python@v4
449449 with :
450450 python-version : 3.8
451451 architecture : ' x64'
0 commit comments