File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 57
57
with :
58
58
fetch-depth : 0
59
59
- name : Set up Python 3
60
- uses : actions/setup-python@v4
60
+ uses : actions/setup-python@v5
61
61
with :
62
62
python-version : 3
63
63
- name : Display Python version
@@ -141,7 +141,7 @@ jobs:
141
141
with :
142
142
fetch-depth : 0
143
143
- name : Set up Python ${{ matrix.python-version }}
144
- uses : actions/setup-python@v4
144
+ uses : actions/setup-python@v5
145
145
with :
146
146
python-version : ${{ matrix.python-version }}
147
147
- name : Load test data cache
@@ -214,7 +214,7 @@ jobs:
214
214
with :
215
215
fetch-depth : 0
216
216
- name : Set up Python ${{ matrix.python-version }}
217
- uses : actions/setup-python@v4
217
+ uses : actions/setup-python@v5
218
218
with :
219
219
python-version : ${{ matrix.python-version }}
220
220
- name : Load test data cache
@@ -254,7 +254,7 @@ jobs:
254
254
steps :
255
255
- uses : actions/checkout@v4
256
256
- name : Set up Python 3
257
- uses : actions/setup-python@v4
257
+ uses : actions/setup-python@v5
258
258
with :
259
259
python-version : 3
260
260
- run : pipx run flake8 niworkflows/
You can’t perform that action at this time.
0 commit comments