File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
- name : Codespell
19
19
uses : codespell-project/actions-codespell@v2
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 0
17
17
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
ssh-key : " ${{ secrets.NIPREPS_DEPLOY }}"
17
17
fetch-depth : 0
Original file line number Diff line number Diff line change 25
25
version : ${{ steps.show_version.outputs.version }}
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4
29
29
with :
30
30
fetch-depth : 0
31
31
- name : Print head git commit message
53
53
if : github.repository == 'nipreps/niworkflows'
54
54
runs-on : ubuntu-latest
55
55
steps :
56
- - uses : actions/checkout@v3
56
+ - uses : actions/checkout@v4
57
57
with :
58
58
fetch-depth : 0
59
59
- name : Set up Python 3
@@ -136,7 +136,7 @@ jobs:
136
136
INSTALL_TYPE : ${{ matrix.install }}
137
137
138
138
steps :
139
- - uses : actions/checkout@v3
139
+ - uses : actions/checkout@v4
140
140
if : matrix.install == 'repo' || matrix.install == 'editable'
141
141
with :
142
142
fetch-depth : 0
@@ -210,7 +210,7 @@ jobs:
210
210
steps :
211
211
- name : Debug commit message
212
212
run : echo "${{ needs.job_metadata.outputs.commit_message }}"
213
- - uses : actions/checkout@v3
213
+ - uses : actions/checkout@v4
214
214
with :
215
215
fetch-depth : 0
216
216
- name : Set up Python ${{ matrix.python-version }}
@@ -252,7 +252,7 @@ jobs:
252
252
if : github.event_name != 'schedule'
253
253
runs-on : ubuntu-latest
254
254
steps :
255
- - uses : actions/checkout@v3
255
+ - uses : actions/checkout@v4
256
256
- name : Set up Python 3
257
257
uses : actions/setup-python@v4
258
258
with :
You can’t perform that action at this time.
0 commit comments