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 27
27
commit_message : ${{ steps.get_commit_message.outputs.commit_message }}
28
28
steps :
29
29
- name : Get repo
30
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
31
31
with :
32
32
ref : ${{ github.event.pull_request.head.sha }}
33
33
- name : Print head git commit message
46
46
if : " !contains(needs.check_if_skip.outputs.commit_message, '[skip ci]')"
47
47
runs-on : ubuntu-latest
48
48
steps :
49
- - uses : actions/checkout@v3
49
+ - uses : actions/checkout@v4
50
50
with :
51
51
fetch-depth : 0
52
52
- name : Display Python version
79
79
INSTALL_TYPE : ${{ matrix.install }}
80
80
81
81
steps :
82
- - uses : actions/checkout@v3
82
+ - uses : actions/checkout@v4
83
83
if : matrix.install == 'repo' || matrix.install == 'editable'
84
84
- name : Fetch packages
85
85
uses : actions/download-artifact@v3
@@ -116,5 +116,5 @@ jobs:
116
116
if : " !contains(github.event.head_commit.message, '[skip ci]')"
117
117
runs-on : ubuntu-latest
118
118
steps :
119
- - uses : actions/checkout@v3
119
+ - uses : actions/checkout@v4
120
120
- run : pipx run flake8 smriprep
You can’t perform that action at this time.
0 commit comments