File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
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@v4
17
+ uses : actions/checkout@v5
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@v4
14
+ - uses : actions/checkout@v5
15
15
with :
16
16
fetch-depth : 0
17
17
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
with :
15
15
ssh-key : " ${{ secrets.NIPREPS_DEPLOY }}"
16
16
fetch-depth : 0
Original file line number Diff line number Diff line change 25
25
if : github.repository == 'nipreps/niworkflows'
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@v4
28
+ - uses : actions/checkout@v5
29
29
with :
30
30
fetch-depth : 0
31
31
- name : Set up Python 3
@@ -110,7 +110,7 @@ jobs:
110
110
DEPENDS : ${{ matrix.dependencies }}
111
111
112
112
steps :
113
- - uses : actions/checkout@v4
113
+ - uses : actions/checkout@v5
114
114
with :
115
115
submodules : recursive
116
116
fetch-depth : 0
@@ -156,7 +156,7 @@ jobs:
156
156
check : ['style', 'spellcheck']
157
157
158
158
steps :
159
- - uses : actions/checkout@v4
159
+ - uses : actions/checkout@v5
160
160
- name : Install the latest version of uv
161
161
uses : astral-sh/setup-uv@v6
162
162
- name : Install tox
You can’t perform that action at this time.
0 commit comments