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 1414
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 - name : Codespell
1919 uses : codespell-project/actions-codespell@v2
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 0
1717
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 with :
1515 ssh-key : " ${{ secrets.NIPREPS_DEPLOY }}"
1616 fetch-depth : 0
Original file line number Diff line number Diff line change 2525 if : github.repository == 'nipreps/niworkflows'
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929 with :
3030 fetch-depth : 0
3131 - name : Set up Python 3
@@ -110,7 +110,7 @@ jobs:
110110 DEPENDS : ${{ matrix.dependencies }}
111111
112112 steps :
113- - uses : actions/checkout@v5
113+ - uses : actions/checkout@v6
114114 with :
115115 submodules : recursive
116116 fetch-depth : 0
@@ -156,7 +156,7 @@ jobs:
156156 check : ['style', 'spellcheck']
157157
158158 steps :
159- - uses : actions/checkout@v5
159+ - uses : actions/checkout@v6
160160 - name : Install the latest version of uv
161161 uses : astral-sh/setup-uv@v7
162162 - name : Install tox
You can’t perform that action at this time.
0 commit comments