File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1616 build :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 with :
2121 submodules : recursive
2222 fetch-depth : 0
Original file line number Diff line number Diff line change 3434 with :
3535 python-version : ${{ matrix.python-version }}
3636 - name : Clone bidspm
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838 with :
3939 submodules : recursive
4040 fetch-depth : 0
6060 if : github.repository_owner == 'cpp-lln-lab'
6161 steps :
6262 - name : Clone bidspm
63- uses : actions/checkout@v4
63+ uses : actions/checkout@v5
6464 with :
6565 submodules : recursive
6666 fetch-depth : 0
Original file line number Diff line number Diff line change 3636 release : R2023a
3737
3838 - name : Clone bidspm
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v5
4040 with :
4141 submodules : recursive
4242 fetch-depth : 0
Original file line number Diff line number Diff line change 6565 pip install datalad
6666
6767 - name : Clone bidspm
68- uses : actions/checkout@v4
68+ uses : actions/checkout@v5
6969 with :
7070 submodules : recursive
7171 fetch-depth : 0
@@ -160,7 +160,7 @@ jobs:
160160 pip install datalad
161161
162162 - name : Clone bidspm
163- uses : actions/checkout@v4
163+ uses : actions/checkout@v5
164164 with :
165165 submodules : recursive
166166 fetch-depth : 0
@@ -264,7 +264,7 @@ jobs:
264264 pip install datalad
265265
266266 - name : Clone bidspm
267- uses : actions/checkout@v4
267+ uses : actions/checkout@v5
268268 with :
269269 submodules : recursive
270270 fetch-depth : 0
Original file line number Diff line number Diff line change 7474 python-version : ' 3.11'
7575
7676 - name : Clone bidspm
77- uses : actions/checkout@v4
77+ uses : actions/checkout@v5
7878 with :
7979 submodules : recursive
8080 fetch-depth : 0
Original file line number Diff line number Diff line change 7272 python-version : ' 3.11'
7373
7474 - name : Clone bidspm
75- uses : actions/checkout@v4
75+ uses : actions/checkout@v5
7676 with :
7777 submodules : recursive
7878 fetch-depth : 0
Original file line number Diff line number Diff line change 1616 validate_cff :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - name : Check whether the citation metadata from CITATION.cff is valid
2121 uses : citation-file-format/cffconvert-github-action@2.0.0
2222 with :
You can’t perform that action at this time.
0 commit comments