File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
ccdc-commit-hooks-on-pull-request-check :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
with :
15
15
ref : ${{ github.head_ref }}
16
16
fetch-depth : 0
Original file line number Diff line number Diff line change 12
12
changed-files : ${{ steps.file-changes.outputs.changed-files }}
13
13
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
with :
17
17
fetch-depth : 0
18
18
Original file line number Diff line number Diff line change 12
12
changed-files : ${{ steps.file-changes.outputs.changed-files }}
13
13
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
with :
17
17
fetch-depth : 0
18
18
Original file line number Diff line number Diff line change 15
15
python_version : ["3.11"]
16
16
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
with :
20
20
fetch-depth : 0
21
21
Original file line number Diff line number Diff line change 13
13
changed-files : ${{ steps.file-changes.outputs.changed-files }}
14
14
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
with :
18
18
fetch-depth : 0
19
19
You can’t perform that action at this time.
0 commit comments